# Periwinkle to Burlywood gradient

Periwinkle (#ccccff) to Burlywood (#deb887), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/periwinkle-to-burlywood
- Colors: https://brandsweets.com/colors/periwinkle, https://brandsweets.com/colors/burlywood
- Reverse: https://brandsweets.com/gradients/burlywood-to-periwinkle

## OKLab

- CSS: `linear-gradient(135deg in oklab, #ccccff 0%, #deb887 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#ccccff] to-[#deb887]`
- Contrast (worst point): white 1.54:1 fail · black 11.31:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-deb887?a=135

## OKLCH (shorter hue)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ccccff 0%, #deb887 100%)`
- Tailwind: `bg-linear-to-br/oklch from-[#ccccff] to-[#deb887]`
- Contrast (worst point): white 1.53:1 fail · black 11.30:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-deb887?a=135&in=oklch&hue=shorter

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ccccff 0%, #cecbfe 8.28%, #d2c9fc 16.03%, #d8c5f7 23.35%, #e0c1ef 30.32%, #e7bce4 37.03%, #edb8d7 43.56%, #f2b5c7 50%, #f3b3b7 56.44%, #f2b3a8 62.97%, #eeb49b 69.68%, #e9b591 76.65%, #e3b68b 83.97%, #e0b888 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ccccff_0%,#cecbfe_8.28%,#d2c9fc_16.03%,#d8c5f7_23.35%,#e0c1ef_30.32%,#e7bce4_37.03%,#edb8d7_43.56%,#f2b5c7_50%,#f3b3b7_56.44%,#f2b3a8_62.97%,#eeb49b_69.68%,#e9b591_76.65%,#e3b68b_83.97%,#e0b888_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.53:1 fail · black 11.30:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-deb887?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 24.64% 65.48%, oklch(from #deb887 l c h / 0.7882) 0%, rgb(from #deb887 r g b / 0) 54.23%), radial-gradient(circle farthest-corner at 62.9% 41.49%, oklch(from #ccccff l c h / 0.8355) 0%, rgb(from #ccccff r g b / 0) 45.74%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_24.64%_65.48%,oklch(from_#deb887_l_c_h_/_0.7882)_0%,rgb(from_#deb887_r_g_b_/_0)_54.23%),radial-gradient(circle_farthest-corner_at_62.9%_41.49%,oklch(from_#ccccff_l_c_h_/_0.8355)_0%,rgb(from_#ccccff_r_g_b_/_0)_45.74%)]`
- Contrast (worst point): white 1.68:1 fail · black 12.20:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-deb887?k=mesh&seed=periwinkle-to-burlywood

## Gradient maker

Every maker URL is the gradient's state: `/gradients/new/v1.<hex>-<hex>[_pos]?a=135&in=oklch&hue=shorter&e=soft&g=8`. Hand one to a human, let them refine, and read the link they return.

## Connect an agent

Point any MCP client at the BrandSweets gradients endpoint for the same engine and corpus:

- Endpoint: https://mcp.brandsweets.com/gradients/mcp
- Tools: `make_gradient` (2–5 colours → CSS with the interpolation space, Tailwind v4, SVG, PNG URL, DTCG token + the contrast/banding/gamut report), `brand_gradients` (brand slug or palette → brand gradient, hero, button, variants).
- Resource: `gradients://corpus` — the whole bundled corpus as JSON.
