action-send-mail/node_modules/color-name
2025-06-08 23:43:24 +08:00
..
.eslintrc.json init 2025-06-08 23:43:24 +08:00
.npmignore init 2025-06-08 23:43:24 +08:00
index.js init 2025-06-08 23:43:24 +08:00
LICENSE init 2025-06-08 23:43:24 +08:00
package.json init 2025-06-08 23:43:24 +08:00
README.md init 2025-06-08 23:43:24 +08:00
test.js init 2025-06-08 23:43:24 +08: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]