# Coral to Burlywood gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff7f50 0%, #ff8051 8.28%, #fe8353 16.03%, #fc8757 23.35%, #fa8c5c 30.32%, #f79161 37.03%, #f49767 43.56%, #f09d6d 50%, #eda372 56.44%, #e9a978 62.97%, #e6ae7d 69.68%, #e3b281 76.65%, #e0b584 83.97%, #dfb786 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff7f50_0%,#ff8051_8.28%,#fe8353_16.03%,#fc8757_23.35%,#fa8c5c_30.32%,#f79161_37.03%,#f49767_43.56%,#f09d6d_50%,#eda372_56.44%,#e9a978_62.97%,#e6ae7d_69.68%,#e3b281_76.65%,#e0b584_83.97%,#dfb786_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 8.40:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 87.33% 10.13%, oklch(from #ff7f50 l c h / 0.8104) 0%, rgb(from #ff7f50 r g b / 0) 51.7%), radial-gradient(circle farthest-corner at 48.29% 5.77%, oklch(from #deb887 l c h / 0.7021) 0%, rgb(from #deb887 r g b / 0) 46.13%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_87.33%_10.13%,oklch(from_#ff7f50_l_c_h_/_0.8104)_0%,rgb(from_#ff7f50_r_g_b_/_0)_51.7%),radial-gradient(circle_farthest-corner_at_48.29%_5.77%,oklch(from_#deb887_l_c_h_/_0.7021)_0%,rgb(from_#deb887_r_g_b_/_0)_46.13%)]`
- Contrast (worst point): white 2.07:1 fail · black 9.54:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-deb887?k=mesh&seed=coral-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.
