Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colorjs/color-name
A JSON with CSS color names
https://github.com/colorjs/color-name
color colorjs
Last synced: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:53:40.000Z (about 1 month ago)
- Last Synced: 2024-11-08T21:03:09.662Z (about 1 month ago)
- Topics: color, colorjs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 118
- Watchers: 3
- Forks: 30
- 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.
[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/)
```js
import colors from 'color-name';
colors.red //[255,0,0]
```