# Seafoam to Plum gradient

Seafoam (#93e9be) to Plum (#dda0dd), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #93e9be 0%, #90e9c1 8.28%, #87e8c8 16.03%, #7be7d4 23.35%, #71e4e2 30.32%, #6fdef1 37.03%, #77d7fd 43.56%, #89ceff 50%, #9dc3ff 56.44%, #b0b9ff 62.97%, #c1b1fc 69.68%, #cea9f2 76.65%, #d6a4e7 83.97%, #dba1e0 91.72%, #dda0dd 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#93e9be_0%,#90e9c1_8.28%,#87e8c8_16.03%,#7be7d4_23.35%,#71e4e2_30.32%,#6fdef1_37.03%,#77d7fd_43.56%,#89ceff_50%,#9dc3ff_56.44%,#b0b9ff_62.97%,#c1b1fc_69.68%,#cea9f2_76.65%,#d6a4e7_83.97%,#dba1e0_91.72%,#dda0dd_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 10.13:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-dda0dd?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 4.49% 98.9%, oklch(from #dda0dd l c h / 0.7326) 0%, rgb(from #dda0dd r g b / 0) 51.06%), radial-gradient(circle farthest-corner at 89.89% 33.37%, oklch(from #93e9be l c h / 0.7549) 0%, rgb(from #93e9be r g b / 0) 46.33%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_4.49%_98.9%,oklch(from_#dda0dd_l_c_h_/_0.7326)_0%,rgb(from_#dda0dd_r_g_b_/_0)_51.06%),radial-gradient(circle_farthest-corner_at_89.89%_33.37%,oklch(from_#93e9be_l_c_h_/_0.7549)_0%,rgb(from_#93e9be_r_g_b_/_0)_46.33%)]`
- Contrast (worst point): white 1.66:1 fail · black 12.29:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-dda0dd?k=mesh&seed=seafoam-to-plum

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