# Violet to Mint Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ee82ee 0%, #f282ea 8.28%, #fc81df 16.03%, #ff80cc 23.35%, #ff8eb3 30.32%, #ff9a9d 37.03%, #ffa689 43.56%, #ffb271 50%, #ffbe42 56.44%, #fccf1c 62.97%, #e2e141 69.68%, #c7ee64 76.65%, #aff87f 83.97%, #9efd92 91.72%, #98ff98 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ee82ee_0%,#f282ea_8.28%,#fc81df_16.03%,#ff80cc_23.35%,#ff8eb3_30.32%,#ff9a9d_37.03%,#ffa689_43.56%,#ffb271_50%,#ffbe42_56.44%,#fccf1c_62.97%,#e2e141_69.68%,#c7ee64_76.65%,#aff87f_83.97%,#9efd92_91.72%,#98ff98_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 9.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-98ff98?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 49.76% 8.65%, oklch(from #ee82ee l c h / 0.7307) 0%, rgb(from #ee82ee r g b / 0) 55.24%), radial-gradient(circle farthest-corner at 29.15% 58.65%, oklch(from #98ff98 l c h / 0.7495) 0%, rgb(from #98ff98 r g b / 0) 58.81%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_49.76%_8.65%,oklch(from_#ee82ee_l_c_h_/_0.7307)_0%,rgb(from_#ee82ee_r_g_b_/_0)_55.24%),radial-gradient(circle_farthest-corner_at_29.15%_58.65%,oklch(from_#98ff98_l_c_h_/_0.7495)_0%,rgb(from_#98ff98_r_g_b_/_0)_58.81%)]`
- Contrast (worst point): white 1.55:1 fail · black 11.43:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-98ff98?k=mesh&seed=violet-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.
