https://github.com/rodrigooler/colors-awesome
A JSON with 148 colors names and its values.
https://github.com/rodrigooler/colors-awesome
List: colors-awesome
color colors json mobile web
Last synced: about 2 months ago
JSON representation
A JSON with 148 colors names and its values.
- Host: GitHub
- URL: https://github.com/rodrigooler/colors-awesome
- Owner: rodrigooler
- License: mit
- Created: 2017-06-16T00:27:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T01:12:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T01:52:39.340Z (about 1 year ago)
- Topics: color, colors, json, mobile, web
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/colors-awesome
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colors-awesome
A JSON with 148 colors names and its values. https://www.npmjs.com/package/colors-awesome
## Example
```javascript
const colors = require('colors-awesome');
console.log(colors.red);
console.log(colors.blue);
```