ssap_app/node_modules/color-name
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
.eslintrc.json first commit 2026-01-18 17:57:34 +05:30
.npmignore first commit 2026-01-18 17:57:34 +05:30
LICENSE first commit 2026-01-18 17:57:34 +05:30
README.md first commit 2026-01-18 17:57:34 +05:30
index.js first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30
test.js first commit 2026-01-18 17:57:34 +05:30

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]