# Burlywood to Salmon gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #deb887 0%, #dfb787 8.28%, #e0b586 16.03%, #e2b284 23.35%, #e5ae83 30.32%, #e8a981 37.03%, #eba37f 43.56%, #ee9d7c 50%, #f1987a 56.44%, #f39278 62.97%, #f68c76 69.68%, #f78774 76.65%, #f98373 83.97%, #fa8172 91.72%, #fa8072 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#deb887_0%,#dfb787_8.28%,#e0b586_16.03%,#e2b284_23.35%,#e5ae83_30.32%,#e8a981_37.03%,#eba37f_43.56%,#ee9d7c_50%,#f1987a_56.44%,#f39278_62.97%,#f68c76_69.68%,#f78774_76.65%,#f98373_83.97%,#fa8172_91.72%,#fa8072_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 8.39:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-fa8072?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 86.16% 22.91%, oklch(from #fa8072 l c h / 0.7881) 0%, rgb(from #fa8072 r g b / 0) 46.19%), radial-gradient(circle farthest-corner at 16.94% 46.88%, oklch(from #deb887 l c h / 0.7629) 0%, rgb(from #deb887 r g b / 0) 46.26%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_86.16%_22.91%,oklch(from_#fa8072_l_c_h_/_0.7881)_0%,rgb(from_#fa8072_r_g_b_/_0)_46.19%),radial-gradient(circle_farthest-corner_at_16.94%_46.88%,oklch(from_#deb887_l_c_h_/_0.7629)_0%,rgb(from_#deb887_r_g_b_/_0)_46.26%)]`
- Contrast (worst point): white 2.03:1 fail · black 9.58:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.deb887-fa8072?k=mesh&seed=burlywood-to-salmon

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