https://github.com/colorjs/color-name
A JSON with CSS color names
https://github.com/colorjs/color-name
color colorjs
Last synced: 9 days ago
JSON representation
A JSON with CSS color names
- Host: GitHub
- URL: https://github.com/colorjs/color-name
- Owner: colorjs
- License: mit
- Created: 2014-11-23T16:16:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-12T16:51:27.000Z (4 months ago)
- Last Synced: 2026-01-23T15:09:20.465Z (about 2 months ago)
- Topics: color, colorjs
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 123
- Watchers: 2
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_frontend_development_resources - color-name - A JSON with color names. (Color / React Components)
- awesome - color-name - A JSON with color names. (Color / React Components)
- awesome-github-star - color-name
README
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
[](https://nodei.co/npm/color-name/)
```js
import colors from 'color-name';
colors.red // [255,0,0]
```