# Copper to Cadet Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b87333 0%, #b77435 8.28%, #b4763c 16.03%, #b07944 23.35%, #ab7d4e 30.32%, #a48259 37.03%, #9c8765 43.56%, #948b70 50%, #8b907a 56.44%, #819484 62.97%, #77978d 69.68%, #6e9a95 76.65%, #679c9b 83.97%, #619e9f 91.72%, #5f9ea0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b87333_0%,#b77435_8.28%,#b4763c_16.03%,#b07944_23.35%,#ab7d4e_30.32%,#a48259_37.03%,#9c8765_43.56%,#948b70_50%,#8b907a_56.44%,#819484_62.97%,#77978d_69.68%,#6e9a95_76.65%,#679c9b_83.97%,#619e9f_91.72%,#5f9ea0_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 5.51:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-5f9ea0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 24.99% 18.27%, oklch(from #b87333 l c h / 0.7939) 0%, rgb(from #b87333 r g b / 0) 49.36%), radial-gradient(circle farthest-corner at 51.32% 65.92%, oklch(from #5f9ea0 l c h / 0.7326) 0%, rgb(from #5f9ea0 r g b / 0) 50.9%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_24.99%_18.27%,oklch(from_#b87333_l_c_h_/_0.7939)_0%,rgb(from_#b87333_r_g_b_/_0)_49.36%),radial-gradient(circle_farthest-corner_at_51.32%_65.92%,oklch(from_#5f9ea0_l_c_h_/_0.7326)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_50.9%)]`
- Contrast (worst point): white 3.24:1 AA-large · black 5.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b87333-5f9ea0?k=mesh&seed=copper-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.
