# Cadet Blue to Copper gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #5f9ea0 0%, #619e9f 8.28%, #679c9b 16.03%, #6e9a95 23.35%, #77978d 30.32%, #819484 37.03%, #8b907a 43.56%, #948b70 50%, #9c8765 56.44%, #a48259 62.97%, #ab7d4e 69.68%, #b07944 76.65%, #b4763c 83.97%, #b77435 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#5f9ea0_0%,#619e9f_8.28%,#679c9b_16.03%,#6e9a95_23.35%,#77978d_30.32%,#819484_37.03%,#8b907a_43.56%,#948b70_50%,#9c8765_56.44%,#a48259_62.97%,#ab7d4e_69.68%,#b07944_76.65%,#b4763c_83.97%,#b77435_91.72%,#b87333_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 5.51:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 85.81% 78.76%, oklch(from #b87333 l c h / 0.8245) 0%, rgb(from #b87333 r g b / 0) 59.91%), radial-gradient(circle farthest-corner at 13.76% 32.89%, oklch(from #5f9ea0 l c h / 0.732) 0%, rgb(from #5f9ea0 r g b / 0) 51.2%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_85.81%_78.76%,oklch(from_#b87333_l_c_h_/_0.8245)_0%,rgb(from_#b87333_r_g_b_/_0)_59.91%),radial-gradient(circle_farthest-corner_at_13.76%_32.89%,oklch(from_#5f9ea0_l_c_h_/_0.732)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_51.2%)]`
- Contrast (worst point): white 3.22:1 AA-large · black 5.63:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-b87333?k=mesh&seed=cadetblue-to-copper

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