Brand Color

Select a primary brand color.

#c9952c

Background Color

Choose a background color with live preview.

#1a1a2e

Accent Color

Secondary accent color for highlights.

#4dabf7

Text Color

Choose the primary text color for content.

Sample text in your color

Theme Builder

Multiple color pickers for building a color theme.

Palette Preview

See your selected colors side by side.

#c9952c#1a1a2e#4dabf7

Usage

brandColor = "#c9952c"// Basic color picker<ColorPicker label="Brand Color" bind={brandColor} />// Display selected color<Badge>{brandColor}</Badge>// Use in styles<div style="background: {brandColor}">Preview</div>

Props

PropTypeDefaultDescription
labeltext""Label text above picker
bindbinding-Two-way binding for hex color value