# Salmon to Burlywood gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fa8072 0%, #fa8172 8.28%, #f98373 16.03%, #f78774 23.35%, #f68c76 30.32%, #f39278 37.03%, #f1987a 43.56%, #ee9d7c 50%, #eba37f 56.44%, #e8a981 62.97%, #e5ae83 69.68%, #e2b284 76.65%, #e0b586 83.97%, #dfb787 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fa8072_0%,#fa8172_8.28%,#f98373_16.03%,#f78774_23.35%,#f68c76_30.32%,#f39278_37.03%,#f1987a_43.56%,#ee9d7c_50%,#eba37f_56.44%,#e8a981_62.97%,#e5ae83_69.68%,#e2b284_76.65%,#e0b586_83.97%,#dfb787_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 8.39:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fa8072-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 7.01% 97.71%, oklch(from #fa8072 l c h / 0.7396) 0%, rgb(from #fa8072 r g b / 0) 57.82%), radial-gradient(circle farthest-corner at 31.29% 50.4%, oklch(from #deb887 l c h / 0.8048) 0%, rgb(from #deb887 r g b / 0) 45.77%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_7.01%_97.71%,oklch(from_#fa8072_l_c_h_/_0.7396)_0%,rgb(from_#fa8072_r_g_b_/_0)_57.82%),radial-gradient(circle_farthest-corner_at_31.29%_50.4%,oklch(from_#deb887_l_c_h_/_0.8048)_0%,rgb(from_#deb887_r_g_b_/_0)_45.77%)]`
- Contrast (worst point): white 2.04:1 fail · black 9.58:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.fa8072-deb887?k=mesh&seed=salmon-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.
