# Sage Green to Copper gradient

Sage Green (#9caf88) to Copper (#b87333), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #9caf88 0%, #9dae87 8.28%, #9eac84 16.03%, #a1a87f 23.35%, #a4a479 30.32%, #a79e71 37.03%, #aa9869 43.56%, #ad9260 50%, #b08c58 56.44%, #b2854f 62.97%, #b48046 69.68%, #b67b3f 76.65%, #b77739 83.97%, #b87435 91.72%, #b87333 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#9caf88_0%,#9dae87_8.28%,#9eac84_16.03%,#a1a87f_23.35%,#a4a479_30.32%,#a79e71_37.03%,#aa9869_43.56%,#ad9260_50%,#b08c58_56.44%,#b2854f_62.97%,#b48046_69.68%,#b67b3f_76.65%,#b77739_83.97%,#b87435_91.72%,#b87333_100%)]`
- Contrast (worst point): white 2.36:1 fail · black 5.54:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-b87333?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 16.32% 81.22%, oklch(from #b87333 l c h / 0.7425) 0%, rgb(from #b87333 r g b / 0) 52.35%), radial-gradient(circle farthest-corner at 57.85% 86.37%, oklch(from #9caf88 l c h / 0.8526) 0%, rgb(from #9caf88 r g b / 0) 49.29%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_16.32%_81.22%,oklch(from_#b87333_l_c_h_/_0.7425)_0%,rgb(from_#b87333_r_g_b_/_0)_52.35%),radial-gradient(circle_farthest-corner_at_57.85%_86.37%,oklch(from_#9caf88_l_c_h_/_0.8526)_0%,rgb(from_#9caf88_r_g_b_/_0)_49.29%)]`
- Contrast (worst point): white 2.67:1 fail · black 6.75:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-b87333?k=mesh&seed=sage-green-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.
