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: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T09:58:20.000Z (over 1 year ago)
- Last Synced: 2024-07-29T05:47:54.131Z (3 months ago)
- Topics: color, colorjs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 111
- 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]
```