ColorPicker and coloring components in Vaadin 12

Hi guys,
how to create the color picker in Vaadin 12? Is there any good plugin for that?
I’m familiar with ColorPicker in Vaadin 8 but it’s not available anymore. https://demo.vaadin.com/sampler/#ui/data-input/other/color-picker

The other thing: How to set background color for components or just set text color in Label? Is it the only option by defining fixed CSS styles? I would like to give to the User the opportunity to define his own main color. Any color and not only one from predefined options like here: https://demo.vaadin.com/colorpicker

Thanks!

Hey Piotr,

Check out this blog post:
https://vaadin.com/blog/best-color-picker-component-l2t-paper-color-vs-paper-swatch-picker-vs-color-picker

Thanks Luis,
I decided to use l2t-paper-color plugin. It’s quite nice.