color-name-generator
v1.0.0
Published
Generate color name according with the base color name and group
Readme
Color name generator
Generate color name according with the base color name and group
Getting Started
- Install:
npm install -g color-name-generator - Run:
generate-color-name -c '#ff0000' -b '#cc0000' -g 'main' - Will generate
$theme[main-lighter-50] = hsl-diff($theme.main, 0.00deg, 0.00%, 10.00%); //#ff0000
Options
-h, --helpOutput usage information
-V, --versionOutput the version number
-c, --colorHexadecimal color
-b, --baseColorHexadecimal base color
-g, --groupColorNameGroup color name
