welsonjs/node_modules/color-name
2020-07-20 07:19:19 +09:00
..
index.js Update package.json and relative files 2020-07-20 07:19:19 +09:00
LICENSE Update package.json and relative files 2020-07-20 07:19:19 +09:00
package.json Update package.json and relative files 2020-07-20 07:19:19 +09:00
README.md Update package.json and relative files 2020-07-20 07:19:19 +09:00

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]