Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

colorname

perfectworks77MIT1.2.0

Get the name of your color.

readme

Color Name

To get rid of naming hell.

Install

npm install -g colorname

Usage

$ colorname #82A1B7 #FFFFFF #E7EEF3 #5A5E61
#82A1B7: paleBlue(#7AB8CC)
#FFFFFF: white(#FFFFFF)
#E7EEF3: lavender(#E6E6FA)
#5A5E61: ironGray(#625B57)

Export less format:

$ colorname --less #82A1B7 #FFFFFF #E7EEF3 #5A5E61
@paleBlue: #82A1B7;
@white: #FFFFFF;
@lavender: #E7EEF3;
@ironGray: #5A5E61;

License

MIT.