Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 735 Bytes

Chromamatic

screenshot

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 (elliot.winkler@gmail.com). Released under the un-license.