# Terracotta to Burlywood gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e2725b 0%, #e2735c 8.28%, #e2765d 16.03%, #e27b60 23.35%, #e28164 30.32%, #e28768 37.03%, #e28f6c 43.56%, #e29671 50%, #e19d76 56.44%, #e1a47a 62.97%, #e0ab7e 69.68%, #dfb082 76.65%, #dfb485 83.97%, #deb786 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e2725b_0%,#e2735c_8.28%,#e2765d_16.03%,#e27b60_23.35%,#e28164_30.32%,#e28768_37.03%,#e28f6c_43.56%,#e29671_50%,#e19d76_56.44%,#e1a47a_62.97%,#e0ab7e_69.68%,#dfb082_76.65%,#dfb485_83.97%,#deb786_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 6.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e2725b-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 15.34% 32.05%, oklch(from #e2725b l c h / 0.7906) 0%, rgb(from #e2725b r g b / 0) 52.53%), radial-gradient(circle farthest-corner at 61.63% 26.36%, oklch(from #deb887 l c h / 0.7044) 0%, rgb(from #deb887 r g b / 0) 50.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_15.34%_32.05%,oklch(from_#e2725b_l_c_h_/_0.7906)_0%,rgb(from_#e2725b_r_g_b_/_0)_52.53%),radial-gradient(circle_farthest-corner_at_61.63%_26.36%,oklch(from_#deb887_l_c_h_/_0.7044)_0%,rgb(from_#deb887_r_g_b_/_0)_50.96%)]`
- Contrast (worst point): white 2.28:1 fail · black 7.56:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e2725b-deb887?k=mesh&seed=terracotta-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.
