Kargi-Sitesi/node_modules/color-name
2024-11-03 21:30:09 -05:00
..
.eslintrc.json Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
.npmignore Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
index.js Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
LICENSE Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
package.json Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
README.md Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
test.js Deployed the page to Github Pages. 2024-11-03 21:30:09 -05: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]