# Burlywood to Coral gradient

Burlywood (#deb887) to Coral (#ff7f50), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #deb887 0%, #dfb786 8.28%, #e0b584 16.03%, #e3b281 23.35%, #e6ae7d 30.32%, #e9a978 37.03%, #eda372 43.56%, #f09d6d 50%, #f49767 56.44%, #f79161 62.97%, #fa8c5c 69.68%, #fc8757 76.65%, #fe8353 83.97%, #ff8051 91.72%, #ff7f50 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#deb887_0%,#dfb786_8.28%,#e0b584_16.03%,#e3b281_23.35%,#e6ae7d_30.32%,#e9a978_37.03%,#eda372_43.56%,#f09d6d_50%,#f49767_56.44%,#f79161_62.97%,#fa8c5c_69.68%,#fc8757_76.65%,#fe8353_83.97%,#ff8051_91.72%,#ff7f50_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 8.40:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-ff7f50?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 22.71% 96.83%, oklch(from #ff7f50 l c h / 0.7313) 0%, rgb(from #ff7f50 r g b / 0) 59.89%), radial-gradient(circle farthest-corner at 18.04% 22.45%, oklch(from #deb887 l c h / 0.8154) 0%, rgb(from #deb887 r g b / 0) 50.84%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_22.71%_96.83%,oklch(from_#ff7f50_l_c_h_/_0.7313)_0%,rgb(from_#ff7f50_r_g_b_/_0)_59.89%),radial-gradient(circle_farthest-corner_at_18.04%_22.45%,oklch(from_#deb887_l_c_h_/_0.8154)_0%,rgb(from_#deb887_r_g_b_/_0)_50.84%)]`
- Contrast (worst point): white 1.92:1 fail · black 9.43:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-ff7f50?k=mesh&seed=burlywood-to-coral

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