# Slate Gray to Copper gradient

Slate Gray (#708090) to Copper (#b87333), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #708090 0%, #708091 8.28%, #717f94 16.03%, #757e98 23.35%, #7b7c9c 30.32%, #84799e 37.03%, #90759b 43.56%, #9e7194 50%, #aa6d87 56.44%, #b36b76 62.97%, #b96b64 69.68%, #bb6d52 76.65%, #ba7042 83.97%, #b97237 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#708090_0%,#708091_8.28%,#717f94_16.03%,#757e98_23.35%,#7b7c9c_30.32%,#84799e_37.03%,#90759b_43.56%,#9e7194_50%,#aa6d87_56.44%,#b36b76_62.97%,#b96b64_69.68%,#bb6d52_76.65%,#ba7042_83.97%,#b97237_91.72%,#b87333_100%)]`
- Contrast (worst point): white 3.79:1 AA-large · black 5.17:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.708090-b87333?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 24.56% 42.13%, oklch(from #b87333 l c h / 0.8033) 0%, rgb(from #b87333 r g b / 0) 49.61%), radial-gradient(circle farthest-corner at 62.81% 45.74%, oklch(from #708090 l c h / 0.7071) 0%, rgb(from #708090 r g b / 0) 45.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_24.56%_42.13%,oklch(from_#b87333_l_c_h_/_0.8033)_0%,rgb(from_#b87333_r_g_b_/_0)_49.61%),radial-gradient(circle_farthest-corner_at_62.81%_45.74%,oklch(from_#708090_l_c_h_/_0.7071)_0%,rgb(from_#708090_r_g_b_/_0)_45.96%)]`
- Contrast (worst point): white 3.86:1 AA-large · black 5.21:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.708090-b87333?k=mesh&seed=slategray-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.
