# Amber to Bronze gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #febe02 8.28%, #fcbb09 16.03%, #f9b711 23.35%, #f5b218 30.32%, #f0ac1e 37.03%, #eba623 43.56%, #e69f27 50%, #e1982a 56.44%, #dc912d 62.97%, #d78c2f 69.68%, #d38630 76.65%, #d08231 83.97%, #ce8032 91.72%, #cd7f32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#febe02_8.28%,#fcbb09_16.03%,#f9b711_23.35%,#f5b218_30.32%,#f0ac1e_37.03%,#eba623_43.56%,#e69f27_50%,#e1982a_56.44%,#dc912d_62.97%,#d78c2f_69.68%,#d38630_76.65%,#d08231_83.97%,#ce8032_91.72%,#cd7f32_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.68:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-cd7f32?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 65.82% 15.95%, oklch(from #ffbf00 l c h / 0.8956) 0%, rgb(from #ffbf00 r g b / 0) 58.05%), radial-gradient(circle farthest-corner at 49.54% 56.27%, oklch(from #cd7f32 l c h / 0.7591) 0%, rgb(from #cd7f32 r g b / 0) 50.72%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_65.82%_15.95%,oklch(from_#ffbf00_l_c_h_/_0.8956)_0%,rgb(from_#ffbf00_r_g_b_/_0)_58.05%),radial-gradient(circle_farthest-corner_at_49.54%_56.27%,oklch(from_#cd7f32_l_c_h_/_0.7591)_0%,rgb(from_#cd7f32_r_g_b_/_0)_50.72%)]`
- Contrast (worst point): white 2.06:1 fail · black 8.88:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-cd7f32?k=mesh&seed=amber-to-bronze

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