setup-php/node_modules/color-name
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30
..
.eslintrc.json init 2019-09-06 05:17:43 +05:30
.npmignore init 2019-09-06 05:17:43 +05:30
index.js init 2019-09-06 05:17:43 +05:30
LICENSE init 2019-09-06 05:17:43 +05:30
package.json init 2019-09-06 05:17:43 +05:30
README.md init 2019-09-06 05:17:43 +05:30
test.js init 2019-09-06 05:17:43 +05:30

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]