# `palette`



Use `palette` to apply one of the built-in brand palettes from `@redocly/theme`.
The selected palette controls the primary color tokens used by buttons, links, and other interface elements in both light and dark color modes.

You can select a palette globally for your entire project, or if you have multiple products, apply different palettes in the `redocly.yaml` files in your product folders.

## Options

| Option | Type | Description |
|  --- | --- | --- |
| palette
 | string
 | Name of the built-in color palette.
Available values:
- `amber`
- `coral`
- `cyan`
- `indigo`
- `iris`
- `jade`
- `ocean`
- `pink`
- `slate`

 |


## Examples

Use the following in `redocly.yaml` to apply the `ocean` palette globally:


```yaml redocly.yaml
palette: ocean
```

## Resources

- **[Color mode](/docs/realm/config/color-mode)** - Configure available color modes and selection behavior
- **[Configuration options](/docs/realm/config)** - Explore other project configuration options