tylergaw / colorme

Visualize CSS Color Functions?
https://colorme.io
MIT License
316 stars 14 forks source link

Adds support for hsl, hsla, rrggbbaa, rgba formats #8

Closed tylergaw closed 7 years ago

tylergaw commented 7 years ago

fixes #9

This PR adds support for hsl(a), rrggbbaa, and the shorthand for rrggbbaa color formats for base colors. It also adds a UI to choose which format you see for the output color.

animated gif showing new functionality

tylergaw commented 7 years ago

The new–and old–tests are all passing. I've been using the UI in Chrome, Firefox, Safari, Safari Mobile, Chrome mobile, for a few days now and think I have the ugliest bugs worked out. Gonna merge it up.