chromamatic

Color chooser that supports HSLuv

UNLICENSE License

Stars
1
Committers
2

Chromamatic

This is a color chooser tool that not only supports manipulating colors in RGB, HSL, and hex, but also HSLuv. HSLuv is a color space that acts like HSL, except its lightness component is more true to how we see light, so it is more useful than HSL for spacing out colors with different hues at the same perceived lightness.

Try it out →

Development

To run this locally, first run:

yarn install

Then you can say:

yarn start

After this, visit:

http://localhost:1234/

Author/License

© 2020 Elliot Winkler ([email protected]). Released under the un-license.