Appearance
Color picker
A ColorPicker renders its panel on the Material menu sheet: surface-container at elevation 2, rounded 12dp.


php
use Filament\Forms\Components\ColorPicker;
ColorPicker::make('brand');The field itself is a text input and takes its variants.