# Mint Green to Violet gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #98ff98 0%, #9efd92 8.28%, #aff87f 16.03%, #c7ee64 23.35%, #e2e141 30.32%, #fccf1c 37.03%, #ffbe42 43.56%, #ffb271 50%, #ffa689 56.44%, #ff9a9d 62.97%, #ff8eb3 69.68%, #ff80cc 76.65%, #fc81df 83.97%, #f282ea 91.72%, #ee82ee 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#98ff98_0%,#9efd92_8.28%,#aff87f_16.03%,#c7ee64_23.35%,#e2e141_30.32%,#fccf1c_37.03%,#ffbe42_43.56%,#ffb271_50%,#ffa689_56.44%,#ff9a9d_62.97%,#ff8eb3_69.68%,#ff80cc_76.65%,#fc81df_83.97%,#f282ea_91.72%,#ee82ee_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 9.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-ee82ee?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 13.24% 2.13%, oklch(from #ee82ee l c h / 0.7941) 0%, rgb(from #ee82ee r g b / 0) 53.04%), radial-gradient(circle farthest-corner at 26.53% 37.18%, oklch(from #98ff98 l c h / 0.8208) 0%, rgb(from #98ff98 r g b / 0) 46.15%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_13.24%_2.13%,oklch(from_#ee82ee_l_c_h_/_0.7941)_0%,rgb(from_#ee82ee_r_g_b_/_0)_53.04%),radial-gradient(circle_farthest-corner_at_26.53%_37.18%,oklch(from_#98ff98_l_c_h_/_0.8208)_0%,rgb(from_#98ff98_r_g_b_/_0)_46.15%)]`
- Contrast (worst point): white 1.58:1 fail · black 9.88:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-ee82ee?k=mesh&seed=mint-green-to-violet

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