A Strapi-maintained color picker custom field.
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add @strapi/plugin-color-picker
# Or using NPM
npm install @strapi/plugin-color-picker
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build
Use saturation and hue sliders to select a color and save the value as a HEX string