helpyourneighbour/backend/node_modules/color-name
2026-03-19 23:10:50 +00:00
..
index.js feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
LICENSE feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
package.json feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
README.md feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

import colors from 'color-name';
colors.red // [255,0,0]