# Plum to Seafoam gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #dda0dd 0%, #dba1e0 8.28%, #d6a4e7 16.03%, #cea9f2 23.35%, #c1b1fc 30.32%, #b0b9ff 37.03%, #9dc3ff 43.56%, #89ceff 50%, #77d7fd 56.44%, #6fdef1 62.97%, #71e4e2 69.68%, #7be7d4 76.65%, #87e8c8 83.97%, #90e9c1 91.72%, #93e9be 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#dda0dd_0%,#dba1e0_8.28%,#d6a4e7_16.03%,#cea9f2_23.35%,#c1b1fc_30.32%,#b0b9ff_37.03%,#9dc3ff_43.56%,#89ceff_50%,#77d7fd_56.44%,#6fdef1_62.97%,#71e4e2_69.68%,#7be7d4_76.65%,#87e8c8_83.97%,#90e9c1_91.72%,#93e9be_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 10.13:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-93e9be?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 29.63% 13.97%, oklch(from #dda0dd l c h / 0.7569) 0%, rgb(from #dda0dd r g b / 0) 48.59%), radial-gradient(circle farthest-corner at 58.86% 46.58%, oklch(from #93e9be l c h / 0.8157) 0%, rgb(from #93e9be r g b / 0) 59.99%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_29.63%_13.97%,oklch(from_#dda0dd_l_c_h_/_0.7569)_0%,rgb(from_#dda0dd_r_g_b_/_0)_48.59%),radial-gradient(circle_farthest-corner_at_58.86%_46.58%,oklch(from_#93e9be_l_c_h_/_0.8157)_0%,rgb(from_#93e9be_r_g_b_/_0)_59.99%)]`
- Contrast (worst point): white 1.55:1 fail · black 10.87:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-93e9be?k=mesh&seed=plum-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.
