tylergaw / colorme

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

Adds a color picker for the base color #10

Closed tylergaw closed 7 years ago

tylergaw commented 7 years ago

This PR adds a stylized input[type=color] for the base color.

There's feature detection in place so it will only show up if the browser supports color inputs.

Animated gif showing the color picker in use on ColorMe

tylergaw commented 7 years ago

Pushed this to prod and kicked it around in Chrome, FF, Safari (9.x). Note; Safari < 10 doesn't support color inputs so it doesn't show up there. All looking correct.