# Cadet Blue to Bronze gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #5f9ea0 0%, #619e9f 8.28%, #689d9b 16.03%, #719c96 23.35%, #7c9a8e 30.32%, #879886 37.03%, #93957c 43.56%, #9e9272 50%, #a98e67 56.44%, #b38b5b 62.97%, #bc8750 69.68%, #c38445 76.65%, #c8823c 83.97%, #cc8035 91.72%, #cd7f32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#5f9ea0_0%,#619e9f_8.28%,#689d9b_16.03%,#719c96_23.35%,#7c9a8e_30.32%,#879886_37.03%,#93957c_43.56%,#9e9272_50%,#a98e67_56.44%,#b38b5b_62.97%,#bc8750_69.68%,#c38445_76.65%,#c8823c_83.97%,#cc8035_91.72%,#cd7f32_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 6.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-cd7f32?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 7.29% 59.32%, oklch(from #cd7f32 l c h / 0.7516) 0%, rgb(from #cd7f32 r g b / 0) 47.82%), radial-gradient(circle farthest-corner at 39.52% 22.84%, oklch(from #5f9ea0 l c h / 0.8583) 0%, rgb(from #5f9ea0 r g b / 0) 55.29%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_7.29%_59.32%,oklch(from_#cd7f32_l_c_h_/_0.7516)_0%,rgb(from_#cd7f32_r_g_b_/_0)_47.82%),radial-gradient(circle_farthest-corner_at_39.52%_22.84%,oklch(from_#5f9ea0_l_c_h_/_0.8583)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_55.29%)]`
- Contrast (worst point): white 3.08:1 AA-large · black 6.57:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-cd7f32?k=mesh&seed=cadetblue-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.
