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

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

Awesome Lists containing this project

README

        

### About

CSS color names selector.

![](./src/assets/previews/2022-06-02_3-49-34.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)