style.get_palette
Retrieve brand color palettes with OKLCH values and gradients. Filter by ID, mode, or brand name, or auto-generate gradients from token pairs.
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. | |
| mode | No | Filter by palette mode. light/dark/both (default: both) | both |
| brand_name | No | Partial match search by brand name. | |
| gradient_options | No | Options for auto-generating gradients. | |
| 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. |