https://github.com/maxzz/color-names23
https://github.com/maxzz/color-names23
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxzz/color-names23
- Owner: maxzz
- Created: 2023-10-08T20:35:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T02:38:37.000Z (about 1 year ago)
- Last Synced: 2025-01-08T21:17:38.702Z (5 months ago)
- Language: TypeScript
- Homepage: https://maxzz.github.io/color-names23
- Size: 3.61 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)
* [color-picker](https://github.com/uiwjs/react-color)
*