c2-color-select is a component composed by c2-color-area and c2-color-slider allows users to select all properties of a color visually.
Installation
npm install @c2n/color-select
Usage
Importimport '@c2n/color-select'
Markup<div data-label="Default">
<c2-color-select color="#ff726b"></c2-color-select>
</div>