By default, color picker size will follow the container’s text size; the container that bounds to the color picker pane.
/* To change the color picker size */
.color-picker {
font-size: 20px;
}
/* To change the color picker control’s size */
.color-picker i {
font-size: 15px;
}