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 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;
}