Size 1:
Size 2:
Size 3:
Size 4:
Size 5:
Size 6:
By default, color picker size will follow the container’s text size; the container that bounds to the color picker panel.
/* To change the color picker size */
.color-picker__controls {
font-size: 20px;
}
/* To change the color picker cursor’s size */
.color-picker__cursor {
font-size: 20px;
}