wikipedia-color-names
v1.11.0
Published
somewhat up to date list of wikipedia color names
Downloads
92
Maintainers
Readme
wikipedia-color-names 📚
Up to date list of sanitized wikipedia color names.
The build script (npm run build
) is fetching all color names
from wikipedia and sanitizes it.
- Lower-cases the hex color values
- Removes parentheses
- Removes duplicate color names
- Title Cases the color names
colors.json contains an array of objects with a name, hex and link property (link to the wikipedia article for this specific color).