---
title: 'ColorPalette'
---
💡 Currently, there's an issue when using MDX stories with IE11. This issue does not apply to [DocsPage](./docs-page.md). If you're interested in helping us fix this issue, read our
[Contribution guidelines](../contribute/how-to-contribute.md) and submit a pull request.
Storybook's `ColorPalette` Doc block allows you to document all color-related items (e.g., swatches) used throughout your project.

## 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.
`` |