An open API service indexing awesome lists of open source software.

https://github.com/maxzz/color-names23


https://github.com/maxzz/color-names23

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

### About

CSS color names selector.

![](./src/assets/previews/2023-10-19_16-22-49.png)
![](./src/assets/previews/2024-02-17_15-29-12.png)
![](./src/assets/previews/2024-02-21_15-38-07.png)

### 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)
*