--- title: 'ColorPalette' --- Storybook's `ColorPalette` Doc block allows you to document all color-related items (e.g., swatches) used throughout your project. ![Storybook color palette doc block](./doc-block-colorpalette-optimized.png) ## Working with MDX Similar to [`Typeset`](./doc-block-typeset.md), the `ColorPalette` Doc Block is also typically used with MDX. It supports additional customization via options. Below are some examples and a table with all the available options. | Option | Description | | ---------- | -------------------------------------------------------------------------------------------------------------------- | | `title` | Sets the name of the color to be displayed.
`` | | `subtitle` | Provides an additional description to the color.
`` | | `colors` | Provides the list of colors to be displayed.
`` |