/color-names-cli

Get names of colors through this CLI tool

Primary LanguageJavaScript

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