Match themes to brand colors
match_paletteRank design kits by perceptual color distance to your existing brand colors. Use when your brand has fixed colors—like an established logo—to get a shortlist, then refine with get_design_md.
Instructions
Rank published kits by how close their palette sits to colors the user already owns, using perceptual color distance rather than string matching. Use it when a brand has existing colors that the design system has to live with, such as an established logo. This ranks on color alone and ignores mood, audience, and use case, so treat the result as a shortlist and check the rest of the fit with get_design_md before committing. When the user has no fixed colors, list_themes or search_themes will serve them better. Read-only and free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return, 1-10, default 4. | |
| colors | Yes | One or more brand colors as CSS strings, hex, oklch, or rgb, e.g. ['#0A84FF', '#1C1C1E']. |