colorant
v1.1.3
Published
A webapp for visualising web colors
Downloads
20
Readme
colorant
A CLI tool and webapp combo for visualising web colors
Install
$ npm install -g colorant
Usage
$ color --help
Usage: color [color] [options]
color The color to inspect
Options:
--version Print version and exit
Example:
$ color "rgb(68, 68, 68)"
$ color cyan
$ color #bada55
$ color "hsla(170, 50%, 45%, 1)"