html
Native color picker
Did you know you don't have to use an additional javascript library to add a color picker on your website? You can use native HTML input type color!

Not many people know that HTML allows you to have a color picker out of the box! You don't need any extra javascript library to do this. All you need to do is to use input with type="color".
It might look different on different browsers and OS.