name-color
v1.0.4
Published
A basic command line utility which finds the name of a colour from hex codes which you input.
Readme
#Name Color A basic command line utility which leverages color-namer and inquirer to find the name of a color from hex codes which you input.
#Installation
npm install -g name-color#Usage
Run namecolor from the command line to be presented with a prompt to add a hex value with or without the #. You can also run namecolor #XXXXXX to return the result.
