Users can select a color from a swatch or enter a color code (HEX, RGB, and HSL).
Enable the allowAlpha
type option to show a transparency slider (RBGA, HSLA).
{
"key": "myColor",
"name": "My Color",
"description": "This is my color description",
"type": "color",
"typeOptions": {
"allowAlpha": true
}
}