# Sage Green to Olive Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #9caf88 0%, #9cae87 8.28%, #9aac82 16.03%, #99a97c 23.35%, #96a674 30.32%, #94a16b 37.03%, #919d60 43.56%, #8e9854 50%, #8b9348 56.44%, #888e3c 62.97%, #85892f 69.68%, #838622 76.65%, #828314 83.97%, #808106 91.72%, #808000 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#9caf88_0%,#9cae87_8.28%,#9aac82_16.03%,#99a97c_23.35%,#96a674_30.32%,#94a16b_37.03%,#919d60_43.56%,#8e9854_50%,#8b9348_56.44%,#888e3c_62.97%,#85892f_69.68%,#838622_76.65%,#828314_83.97%,#808106_91.72%,#808000_100%)]`
- Contrast (worst point): white 2.36:1 fail · black 5.01:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-808000?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 43.46% 3.31%, oklch(from #808000 l c h / 0.8261) 0%, rgb(from #808000 r g b / 0) 57.05%), radial-gradient(circle farthest-corner at 50.06% 39.73%, oklch(from #9caf88 l c h / 0.7068) 0%, rgb(from #9caf88 r g b / 0) 57.33%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_43.46%_3.31%,oklch(from_#808000_l_c_h_/_0.8261)_0%,rgb(from_#808000_r_g_b_/_0)_57.05%),radial-gradient(circle_farthest-corner_at_50.06%_39.73%,oklch(from_#9caf88_l_c_h_/_0.7068)_0%,rgb(from_#9caf88_r_g_b_/_0)_57.33%)]`
- Contrast (worst point): white 2.88:1 fail · black 5.96:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-808000?k=mesh&seed=sage-green-to-olive

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