Introduction
Color entries display a visual preview of CSS color values. They work with colors in HEX, HSL, RGB, and RGBA formats, typically used alongside the color picker field.Available Methods
Copy to Clipboard
Enable copying the color value to clipboard when clicked.
Set a custom message shown when the color is copied.
Set the duration in milliseconds for the copy confirmation message.
State Management
Color entries inherit all base entry methods for working with state:Manually set the color value state.
Supported Color Formats
The color entry supports all standard CSS color formats:- HEX:
#FF5733,#F57 - RGB:
rgb(255, 87, 51) - RGBA:
rgba(255, 87, 51, 0.5) - HSL:
hsl(9, 100%, 60%) - HSLA:
hsla(9, 100%, 60%, 0.5)