style.get_palette
Retrieve brand color palettes with OKLCH values and gradient definitions. Filter by light or dark modes, search by brand name, or auto-generate gradients from color tokens to maintain design consistency.
Instructions
Get brand palette. Specify ID for details or no params for list. Includes OKLCH color values and gradient definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Palette ID (UUID). Returns palette details when specified. | |
| brand_name | No | Partial match search by brand name. | |
| mode | No | Filter by palette mode. light/dark/both (default: both) | both |
| include_gradients | No | Include gradient info when ID specified (default: true) | |
| auto_generate_gradients | No | Auto-generate gradients from color tokens (default: false). When true, generates gradients based on token pairs. | |
| gradient_options | No | Options for auto-generating gradients. |