# Plum to Mint Green gradient

Plum (#dda0dd) to Mint Green (#98ff98), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #dda0dd 0%, #e0a0db 8.28%, #e89fd5 16.03%, #f49fcb 23.35%, #ff9fbb 30.32%, #ffa3a5 37.03%, #ffad92 43.56%, #ffb77c 50%, #ffc25a 56.44%, #f9d250 62.97%, #e3e259 69.68%, #c9ee6e 76.65%, #b1f883 83.97%, #9ffd92 91.72%, #98ff98 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#dda0dd_0%,#e0a0db_8.28%,#e89fd5_16.03%,#f49fcb_23.35%,#ff9fbb_30.32%,#ffa3a5_37.03%,#ffad92_43.56%,#ffb77c_50%,#ffc25a_56.44%,#f9d250_62.97%,#e3e259_69.68%,#c9ee6e_76.65%,#b1f883_83.97%,#9ffd92_91.72%,#98ff98_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 10.15:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-98ff98?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 91.11% 91.48%, oklch(from #98ff98 l c h / 0.885) 0%, rgb(from #98ff98 r g b / 0) 45.35%), radial-gradient(circle farthest-corner at 76.38% 44.16%, oklch(from #dda0dd l c h / 0.8074) 0%, rgb(from #dda0dd r g b / 0) 54.58%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_91.11%_91.48%,oklch(from_#98ff98_l_c_h_/_0.885)_0%,rgb(from_#98ff98_r_g_b_/_0)_45.35%),radial-gradient(circle_farthest-corner_at_76.38%_44.16%,oklch(from_#dda0dd_l_c_h_/_0.8074)_0%,rgb(from_#dda0dd_r_g_b_/_0)_54.58%)]`
- Contrast (worst point): white 1.27:1 fail · black 11.87:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-98ff98?k=mesh&seed=plum-to-mint-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.
