tree: 9e5d2b0f0ffdab223e7d73f9eaf45ffdda6a0fa5 [path history] [tgz]
  1. .eslintrc.json
  2. .npmignore
  3. index.js
  4. LICENSE
  5. package.json
  6. README.md
  7. test.js
node_modules/color-name/README.md

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

var colors = require('color-name');
colors.red //[255,0,0]