Color
Generate a color picker to select a specific color
Options
Color('fieldName', {
label: 'Label of the field', // (optional)
help: 'Some additional informations', // (optional)
colors: ['red', '#F00FF0', '--primary']// Available colors for the text (optional)
})