# Taupe to Burlywood gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #483c32 0%, #4a3e33 8.28%, #4f4236 16.03%, #58493b 23.35%, #635342 30.32%, #715e49 37.03%, #7f6a52 43.56%, #8f775b 50%, #a08464 56.44%, #af926d 62.97%, #be9e75 69.68%, #cba87c 76.65%, #d5b182 83.97%, #dcb686 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#483c32_0%,#4a3e33_8.28%,#4f4236_16.03%,#58493b_23.35%,#635342_30.32%,#715e49_37.03%,#7f6a52_43.56%,#8f775b_50%,#a08464_56.44%,#af926d_62.97%,#be9e75_69.68%,#cba87c_76.65%,#d5b182_83.97%,#dcb686_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 1.97:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.483c32-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 20.56% 32.31%, oklch(from #deb887 l c h / 0.8057) 0%, rgb(from #deb887 r g b / 0) 46.91%), radial-gradient(circle farthest-corner at 67.42% 73.28%, oklch(from #483c32 l c h / 0.809) 0%, rgb(from #483c32 r g b / 0) 52.67%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_20.56%_32.31%,oklch(from_#deb887_l_c_h_/_0.8057)_0%,rgb(from_#deb887_r_g_b_/_0)_46.91%),radial-gradient(circle_farthest-corner_at_67.42%_73.28%,oklch(from_#483c32_l_c_h_/_0.809)_0%,rgb(from_#483c32_r_g_b_/_0)_52.67%)]`
- Contrast (worst point): white 2.39:1 fail · black 2.51:1 fail · banding high
- Maker: https://brandsweets.com/gradients/new/v1.483c32-deb887?k=mesh&seed=taupe-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.
