# Burlywood to Periwinkle gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #deb887 0%, #e0b888 8.28%, #e3b68b 16.03%, #e9b591 23.35%, #eeb49b 30.32%, #f2b3a8 37.03%, #f3b3b7 43.56%, #f2b5c7 50%, #edb8d7 56.44%, #e7bce4 62.97%, #e0c1ef 69.68%, #d8c5f7 76.65%, #d2c9fc 83.97%, #cecbfe 91.72%, #ccccff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#deb887_0%,#e0b888_8.28%,#e3b68b_16.03%,#e9b591_23.35%,#eeb49b_30.32%,#f2b3a8_37.03%,#f3b3b7_43.56%,#f2b5c7_50%,#edb8d7_56.44%,#e7bce4_62.97%,#e0c1ef_69.68%,#d8c5f7_76.65%,#d2c9fc_83.97%,#cecbfe_91.72%,#ccccff_100%)]`
- Contrast (worst point): white 1.53:1 fail · black 11.30:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-ccccff?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 27.46% 25.26%, oklch(from #deb887 l c h / 0.7371) 0%, rgb(from #deb887 r g b / 0) 57.16%), radial-gradient(circle farthest-corner at 73.3% 35.66%, oklch(from #ccccff l c h / 0.8761) 0%, rgb(from #ccccff r g b / 0) 55.24%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_27.46%_25.26%,oklch(from_#deb887_l_c_h_/_0.7371)_0%,rgb(from_#deb887_r_g_b_/_0)_57.16%),radial-gradient(circle_farthest-corner_at_73.3%_35.66%,oklch(from_#ccccff_l_c_h_/_0.8761)_0%,rgb(from_#ccccff_r_g_b_/_0)_55.24%)]`
- Contrast (worst point): white 1.64:1 fail · black 11.59:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-ccccff?k=mesh&seed=burlywood-to-periwinkle

## 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.
