# Burlywood to Terracotta gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #deb887 0%, #deb786 8.28%, #dfb485 16.03%, #dfb082 23.35%, #e0ab7e 30.32%, #e1a47a 37.03%, #e19d76 43.56%, #e29671 50%, #e28f6c 56.44%, #e28768 62.97%, #e28164 69.68%, #e27b60 76.65%, #e2765d 83.97%, #e2735c 91.72%, #e2725b 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#deb887_0%,#deb786_8.28%,#dfb485_16.03%,#dfb082_23.35%,#e0ab7e_30.32%,#e1a47a_37.03%,#e19d76_43.56%,#e29671_50%,#e28f6c_56.44%,#e28768_62.97%,#e28164_69.68%,#e27b60_76.65%,#e2765d_83.97%,#e2735c_91.72%,#e2725b_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 6.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-e2725b?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 84.61% 91.69%, oklch(from #e2725b l c h / 0.8002) 0%, rgb(from #e2725b r g b / 0) 48.54%), radial-gradient(circle farthest-corner at 69.08% 26.68%, oklch(from #deb887 l c h / 0.8468) 0%, rgb(from #deb887 r g b / 0) 50.12%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_84.61%_91.69%,oklch(from_#e2725b_l_c_h_/_0.8002)_0%,rgb(from_#e2725b_r_g_b_/_0)_48.54%),radial-gradient(circle_farthest-corner_at_69.08%_26.68%,oklch(from_#deb887_l_c_h_/_0.8468)_0%,rgb(from_#deb887_r_g_b_/_0)_50.12%)]`
- Contrast (worst point): white 2.18:1 fail · black 7.29:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-e2725b?k=mesh&seed=burlywood-to-terracotta

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