# Seafoam to Sage Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #93e9be 0%, #93e8bd 8.28%, #94e6bb 16.03%, #95e2b7 23.35%, #96ddb3 30.32%, #97d8ae 37.03%, #99d2a8 43.56%, #9acca3 50%, #9ac69d 56.44%, #9bc097 62.97%, #9cba93 69.68%, #9cb68e 76.65%, #9cb28b 83.97%, #9cb089 91.72%, #9caf88 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#93e9be_0%,#93e8bd_8.28%,#94e6bb_16.03%,#95e2b7_23.35%,#96ddb3_30.32%,#97d8ae_37.03%,#99d2a8_43.56%,#9acca3_50%,#9ac69d_56.44%,#9bc097_62.97%,#9cba93_69.68%,#9cb68e_76.65%,#9cb28b_83.97%,#9cb089_91.72%,#9caf88_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 8.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-9caf88?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 31.39% 22.18%, oklch(from #93e9be l c h / 0.7929) 0%, rgb(from #93e9be r g b / 0) 49.86%), radial-gradient(circle farthest-corner at 49.86% 69.59%, oklch(from #9caf88 l c h / 0.8035) 0%, rgb(from #9caf88 r g b / 0) 54.6%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_31.39%_22.18%,oklch(from_#93e9be_l_c_h_/_0.7929)_0%,rgb(from_#93e9be_r_g_b_/_0)_49.86%),radial-gradient(circle_farthest-corner_at_49.86%_69.59%,oklch(from_#9caf88_l_c_h_/_0.8035)_0%,rgb(from_#9caf88_r_g_b_/_0)_54.6%)]`
- Contrast (worst point): white 1.54:1 fail · black 10.02:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-9caf88?k=mesh&seed=seafoam-to-sage-green

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