https://github.com/colorjs/color-name
A JSON with CSS color names
https://github.com/colorjs/color-name
color colorjs
Last synced: about 2 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T18:54:46.000Z (5 months ago)
- Last Synced: 2025-04-18T11:13:59.482Z (about 2 months ago)
- Topics: color, colorjs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 119
- Watchers: 2
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 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]
```