# Burlywood to Ochre gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #deb887 0%, #deb786 8.28%, #ddb482 16.03%, #dcb07d 23.35%, #dbab76 30.32%, #daa56d 37.03%, #d89f64 43.56%, #d6985a 50%, #d49150 56.44%, #d28a46 62.97%, #d0843c 69.68%, #cf7f32 76.65%, #cd7b2a 83.97%, #cc7824 91.72%, #cc7722 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#deb887_0%,#deb786_8.28%,#ddb482_16.03%,#dcb07d_23.35%,#dbab76_30.32%,#daa56d_37.03%,#d89f64_43.56%,#d6985a_50%,#d49150_56.44%,#d28a46_62.97%,#d0843c_69.68%,#cf7f32_76.65%,#cd7b2a_83.97%,#cc7824_91.72%,#cc7722_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 6.23:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-cc7722?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 69.89% 22.31%, oklch(from #cc7722 l c h / 0.8344) 0%, rgb(from #cc7722 r g b / 0) 56.12%), radial-gradient(circle farthest-corner at 77.81% 62.68%, oklch(from #deb887 l c h / 0.813) 0%, rgb(from #deb887 r g b / 0) 59.33%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_69.89%_22.31%,oklch(from_#cc7722_l_c_h_/_0.8344)_0%,rgb(from_#cc7722_r_g_b_/_0)_56.12%),radial-gradient(circle_farthest-corner_at_77.81%_62.68%,oklch(from_#deb887_l_c_h_/_0.813)_0%,rgb(from_#deb887_r_g_b_/_0)_59.33%)]`
- Contrast (worst point): white 2.10:1 fail · black 7.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.deb887-cc7722?k=mesh&seed=burlywood-to-ochre

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