# Burlywood to Charcoal gradient

Burlywood (#deb887) to Charcoal (#36454f), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #deb887 0%, #dab785 8.28%, #d0b480 16.03%, #bfaf7b 23.35%, #aaa876 30.32%, #929f74 37.03%, #7b9472 43.56%, #658871 50%, #557a6e 56.44%, #496c6a 62.97%, #416063 69.68%, #3c555c 76.65%, #394c55 83.97%, #374751 91.72%, #36454f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#deb887_0%,#dab785_8.28%,#d0b480_16.03%,#bfaf7b_23.35%,#aaa876_30.32%,#929f74_37.03%,#7b9472_43.56%,#658871_50%,#557a6e_56.44%,#496c6a_62.97%,#416063_69.68%,#3c555c_76.65%,#394c55_83.97%,#374751_91.72%,#36454f_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 2.12:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.deb887-36454f?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 92.13% 39.65%, oklch(from #deb887 l c h / 0.8795) 0%, rgb(from #deb887 r g b / 0) 52.23%), radial-gradient(circle farthest-corner at 55.79% 48.51%, oklch(from #36454f l c h / 0.8872) 0%, rgb(from #36454f r g b / 0) 53.31%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_92.13%_39.65%,oklch(from_#deb887_l_c_h_/_0.8795)_0%,rgb(from_#deb887_r_g_b_/_0)_52.23%),radial-gradient(circle_farthest-corner_at_55.79%_48.51%,oklch(from_#36454f_l_c_h_/_0.8872)_0%,rgb(from_#36454f_r_g_b_/_0)_53.31%)]`
- Contrast (worst point): white 3.33:1 AA-large · black 3.74:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.deb887-36454f?k=mesh&seed=burlywood-to-charcoal

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