# Sage Green to Seafoam gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #9caf88 0%, #9cb089 8.28%, #9cb28b 16.03%, #9cb68e 23.35%, #9cba93 30.32%, #9bc097 37.03%, #9ac69d 43.56%, #9acca3 50%, #99d2a8 56.44%, #97d8ae 62.97%, #96ddb3 69.68%, #95e2b7 76.65%, #94e6bb 83.97%, #93e8bd 91.72%, #93e9be 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#9caf88_0%,#9cb089_8.28%,#9cb28b_16.03%,#9cb68e_23.35%,#9cba93_30.32%,#9bc097_37.03%,#9ac69d_43.56%,#9acca3_50%,#99d2a8_56.44%,#97d8ae_62.97%,#96ddb3_69.68%,#95e2b7_76.65%,#94e6bb_83.97%,#93e8bd_91.72%,#93e9be_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 8.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-93e9be?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 98.88% 29.26%, oklch(from #93e9be l c h / 0.8503) 0%, rgb(from #93e9be r g b / 0) 53.88%), radial-gradient(circle farthest-corner at 44.99% 85.82%, oklch(from #9caf88 l c h / 0.7822) 0%, rgb(from #9caf88 r g b / 0) 48.3%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_98.88%_29.26%,oklch(from_#93e9be_l_c_h_/_0.8503)_0%,rgb(from_#93e9be_r_g_b_/_0)_53.88%),radial-gradient(circle_farthest-corner_at_44.99%_85.82%,oklch(from_#9caf88_l_c_h_/_0.7822)_0%,rgb(from_#9caf88_r_g_b_/_0)_48.3%)]`
- Contrast (worst point): white 1.80:1 fail · black 11.42:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.9caf88-93e9be?k=mesh&seed=sage-green-to-seafoam

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