# Burlywood to Taupe gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #deb887 0%, #dcb686 8.28%, #d5b182 16.03%, #cba87c 23.35%, #be9e75 30.32%, #af926d 37.03%, #a08464 43.56%, #8f775b 50%, #7f6a52 56.44%, #715e49 62.97%, #635342 69.68%, #58493b 76.65%, #4f4236 83.97%, #4a3e33 91.72%, #483c32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#deb887_0%,#dcb686_8.28%,#d5b182_16.03%,#cba87c_23.35%,#be9e75_30.32%,#af926d_37.03%,#a08464_43.56%,#8f775b_50%,#7f6a52_56.44%,#715e49_62.97%,#635342_69.68%,#58493b_76.65%,#4f4236_83.97%,#4a3e33_91.72%,#483c32_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.deb887-483c32?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 60.84% 32.89%, oklch(from #deb887 l c h / 0.8944) 0%, rgb(from #deb887 r g b / 0) 59.58%), radial-gradient(circle farthest-corner at 28.08% 55.36%, oklch(from #483c32 l c h / 0.7375) 0%, rgb(from #483c32 r g b / 0) 46.69%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_60.84%_32.89%,oklch(from_#deb887_l_c_h_/_0.8944)_0%,rgb(from_#deb887_r_g_b_/_0)_59.58%),radial-gradient(circle_farthest-corner_at_28.08%_55.36%,oklch(from_#483c32_l_c_h_/_0.7375)_0%,rgb(from_#483c32_r_g_b_/_0)_46.69%)]`
- Contrast (worst point): white 2.92:1 fail · black 4.96:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.deb887-483c32?k=mesh&seed=burlywood-to-taupe

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