# Bronze to Cadet Blue gradient

Bronze (#cd7f32) to Cadet Blue (#5f9ea0), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #cd7f32 0%, #cc8035 8.28%, #c8823c 16.03%, #c38445 23.35%, #bc8750 30.32%, #b38b5b 37.03%, #a98e67 43.56%, #9e9272 50%, #93957c 56.44%, #879886 62.97%, #7c9a8e 69.68%, #719c96 76.65%, #689d9b 83.97%, #619e9f 91.72%, #5f9ea0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#cd7f32_0%,#cc8035_8.28%,#c8823c_16.03%,#c38445_23.35%,#bc8750_30.32%,#b38b5b_37.03%,#a98e67_43.56%,#9e9272_50%,#93957c_56.44%,#879886_62.97%,#7c9a8e_69.68%,#719c96_76.65%,#689d9b_83.97%,#619e9f_91.72%,#5f9ea0_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 6.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-5f9ea0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 68.05% 74.54%, oklch(from #cd7f32 l c h / 0.7328) 0%, rgb(from #cd7f32 r g b / 0) 59.31%), radial-gradient(circle farthest-corner at 36.29% 36.59%, oklch(from #5f9ea0 l c h / 0.7883) 0%, rgb(from #5f9ea0 r g b / 0) 56.11%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_68.05%_74.54%,oklch(from_#cd7f32_l_c_h_/_0.7328)_0%,rgb(from_#cd7f32_r_g_b_/_0)_59.31%),radial-gradient(circle_farthest-corner_at_36.29%_36.59%,oklch(from_#5f9ea0_l_c_h_/_0.7883)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_56.11%)]`
- Contrast (worst point): white 3.08:1 AA-large · black 6.50:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cd7f32-5f9ea0?k=mesh&seed=bronze-to-cadetblue

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