https://github.com/maxzz/color-names22
CSS color names selector
https://github.com/maxzz/color-names22
Last synced: 4 months ago
JSON representation
CSS color names selector
- Host: GitHub
- URL: https://github.com/maxzz/color-names22
- Owner: maxzz
- Created: 2022-04-04T22:02:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T20:31:53.000Z (over 1 year ago)
- Last Synced: 2025-01-08T21:17:58.933Z (5 months ago)
- Language: TypeScript
- Homepage: https://maxzz.github.io/color-names22
- Size: 3.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
CSS color names selector.

### Demo 👀
* Check out [the demo page](https://maxzz.github.io/color-names22)
* [Old demo page](https://maxzz.github.io/color-names)### Creds, Links, Refs
* This project is inspired by the awesome [sorted-colors](https://enes.in/sorted-colors/) application.
* Eric Meyer's [Color equivalents table](https://meyerweb.com/eric/css/colors/)
* [Color Name & Hue](https://www.color-blindness.com/color-name-hue) It is always a problem for me to assign a certain color to a main hue. If you struggle also with this because of your color blindness, Color Name & Hue might help you.
* [Name that color](https://chir.ag/projects/name-that-color) [library](https://chir.ag/projects/ntc/ntc.js) by Chirag Mehta
* [The Lezer Parser System](https://lezer.codemirror.net)
* [color.js: Give me a color and I'll name it](https://github.com/colorjs/color-namer)