Display color picker field.
Code Sample:
array(
'id' => 'colorpicker_field',
'title' => __('Color picker field','text-domain'),
'details' => __('Description of colorpicker field','text-domain'),
'default' => '#1e73be',
'type' => 'colorpicker',
),
Preview:


