# Bronze to Burlywood gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #cd7f32 0%, #cd8034 8.28%, #ce8238 16.03%, #cf863e 23.35%, #d18a46 30.32%, #d3904e 37.03%, #d49657 43.56%, #d69c5f 50%, #d8a268 56.44%, #daa870 62.97%, #dbad78 69.68%, #dcb17e 76.65%, #ddb583 83.97%, #deb786 91.72%, #deb887 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#cd7f32_0%,#cd8034_8.28%,#ce8238_16.03%,#cf863e_23.35%,#d18a46_30.32%,#d3904e_37.03%,#d49657_43.56%,#d69c5f_50%,#d8a268_56.44%,#daa870_62.97%,#dbad78_69.68%,#dcb17e_76.65%,#ddb583_83.97%,#deb786_91.72%,#deb887_100%)]`
- Contrast (worst point): white 1.86:1 fail · black 6.68:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-deb887?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 86.43% 22.54%, oklch(from #cd7f32 l c h / 0.709) 0%, rgb(from #cd7f32 r g b / 0) 49.93%), radial-gradient(circle farthest-corner at 84.87% 57.64%, oklch(from #deb887 l c h / 0.8817) 0%, rgb(from #deb887 r g b / 0) 51.45%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_86.43%_22.54%,oklch(from_#cd7f32_l_c_h_/_0.709)_0%,rgb(from_#cd7f32_r_g_b_/_0)_49.93%),radial-gradient(circle_farthest-corner_at_84.87%_57.64%,oklch(from_#deb887_l_c_h_/_0.8817)_0%,rgb(from_#deb887_r_g_b_/_0)_51.45%)]`
- Contrast (worst point): white 2.10:1 fail · black 8.61:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-deb887?k=mesh&seed=bronze-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.
