# Mint Green to Plum gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #98ff98 0%, #9ffd92 8.28%, #b1f883 16.03%, #c9ee6e 23.35%, #e3e259 30.32%, #f9d250 37.03%, #ffc25a 43.56%, #ffb77c 50%, #ffad92 56.44%, #ffa3a5 62.97%, #ff9fbb 69.68%, #f49fcb 76.65%, #e89fd5 83.97%, #e0a0db 91.72%, #dda0dd 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#98ff98_0%,#9ffd92_8.28%,#b1f883_16.03%,#c9ee6e_23.35%,#e3e259_30.32%,#f9d250_37.03%,#ffc25a_43.56%,#ffb77c_50%,#ffad92_56.44%,#ffa3a5_62.97%,#ff9fbb_69.68%,#f49fcb_76.65%,#e89fd5_83.97%,#e0a0db_91.72%,#dda0dd_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 10.15:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-dda0dd?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 29.98% 76.23%, oklch(from #98ff98 l c h / 0.7588) 0%, rgb(from #98ff98 r g b / 0) 48.36%), radial-gradient(circle farthest-corner at 63.13% 51.36%, oklch(from #dda0dd l c h / 0.8779) 0%, rgb(from #dda0dd r g b / 0) 52.39%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_29.98%_76.23%,oklch(from_#98ff98_l_c_h_/_0.7588)_0%,rgb(from_#98ff98_r_g_b_/_0)_48.36%),radial-gradient(circle_farthest-corner_at_63.13%_51.36%,oklch(from_#dda0dd_l_c_h_/_0.8779)_0%,rgb(from_#dda0dd_r_g_b_/_0)_52.39%)]`
- Contrast (worst point): white 1.57:1 fail · black 12.01:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-dda0dd?k=mesh&seed=mint-green-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.
