1.1.0 • Published 5 years ago

color-names-cli v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Color Names

This allows for converting a color into an SCSS variable name to easily map a hex color to a unique color name.

Usage

color #[color in hex]

Example

color '#2C88D8'

will output:

$curious-blue

Options

Copy

--copy -c Copy the color name to the clipboard

Help

--help -h Prints out help text

Run it without arguments to enter the live repl