Build faster with Premium Chakra UI Components 💎

Learn more
Skip to Content
DocsPlaygroundGuidesBlog
Sponsor

Color Swatch

Used to preview a color

SourceStorybookRecipe

Usage

import { ColorSwatch } from "@/components/ui/color-swatch"
<ColorSwatch />

Examples

Sizes

Use the size prop to change the size of the color swatch.

Alpha

Here's an example of how to create a color swatch with an alpha channel.

With Badge

Here's an example of how to compose the ColorSwatch with a Badge.

#bada55

Mixed Colors

Use the ColorSwatchMix to create a color swatch that contains multiple colors, but retains the size of a single color swatch.

Palette

Here's an example of composing multiple swatches to create a palette.

Previous

Color Picker

Next

Data List