Select colors in your Contentful fields
The Color Picker app allows you to select colors within Contentful fields, helping content editors to adjust the look of elements and components across your channels.
The app can store color values in both short text and JSON format, depending on configuration.
When assigned to a JSON field, the app stored the value in the following format:
{
"id": "047d8164-b131-4b9d-80b5-ba06e9ef4cbf",
"name": "Blue",
"value": "#0088cc"
}
When assigned to a short text field, the response will be a simple HEX string, e.g. #0088cc
.