# Bronze to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #cd7f32 0%, #ce8032 8.28%, #d08231 16.03%, #d38630 23.35%, #d78c2f 30.32%, #dc912d 37.03%, #e1982a 43.56%, #e69f27 50%, #eba623 56.44%, #f0ac1e 62.97%, #f5b218 69.68%, #f9b711 76.65%, #fcbb09 83.97%, #febe02 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#cd7f32_0%,#ce8032_8.28%,#d08231_16.03%,#d38630_23.35%,#d78c2f_30.32%,#dc912d_37.03%,#e1982a_43.56%,#e69f27_50%,#eba623_56.44%,#f0ac1e_62.97%,#f5b218_69.68%,#f9b711_76.65%,#fcbb09_83.97%,#febe02_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.68:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 17.46% 71.18%, oklch(from #ffbf00 l c h / 0.7292) 0%, rgb(from #ffbf00 r g b / 0) 57.26%), radial-gradient(circle farthest-corner at 83.69% 39.19%, oklch(from #cd7f32 l c h / 0.74) 0%, rgb(from #cd7f32 r g b / 0) 48.06%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_17.46%_71.18%,oklch(from_#ffbf00_l_c_h_/_0.7292)_0%,rgb(from_#ffbf00_r_g_b_/_0)_57.26%),radial-gradient(circle_farthest-corner_at_83.69%_39.19%,oklch(from_#cd7f32_l_c_h_/_0.74)_0%,rgb(from_#cd7f32_r_g_b_/_0)_48.06%)]`
- Contrast (worst point): white 2.08:1 fail · black 8.98:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-ffbf00?k=mesh&seed=bronze-to-amber

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