colors.json
colors.json copied to clipboard
Todo
- [x] Get rid of alpha channel derp
- [ ] List hex and rgb
- [ ] Consider releasing a color-groups.json based on Wikipedia
Example:
{
"cornsilk": {
"hex": "fff8dc",
"rgb": [
"255",
"248",
"220"
]
}
}