It would be a nice improvement if we could reference the Tailwind CSS color config directly, not only HEX colors.
Example:
/*
|--------------------------------------------------------------------------
| Pickr swatches (recommended colors)
|--------------------------------------------------------------------------
*/
'recommended' => [
'colors.blue.500',
'colors.customcolor.200',
],
It would be a nice improvement if we could reference the Tailwind CSS color config directly, not only HEX colors.
Example: