# Mint Green to Hot Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #98ff98 0%, #9dfd92 8.28%, #abf881 16.03%, #bfef67 23.35%, #d6e245 30.32%, #edd20f 37.03%, #ffbe00 43.56%, #ffac29 50%, #ff9f58 56.44%, #ff916f 62.97%, #ff8382 69.68%, #ff7694 76.65%, #ff6ba4 83.97%, #ff6ab0 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#98ff98_0%,#9dfd92_8.28%,#abf881_16.03%,#bfef67_23.35%,#d6e245_30.32%,#edd20f_37.03%,#ffbe00_43.56%,#ffac29_50%,#ff9f58_56.44%,#ff916f_62.97%,#ff8382_69.68%,#ff7694_76.65%,#ff6ba4_83.97%,#ff6ab0_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 7.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 76.72% 21.12%, oklch(from #ff69b4 l c h / 0.7288) 0%, rgb(from #ff69b4 r g b / 0) 48.29%), radial-gradient(circle farthest-corner at 43.39% 49.79%, oklch(from #98ff98 l c h / 0.7355) 0%, rgb(from #98ff98 r g b / 0) 53.66%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_76.72%_21.12%,oklch(from_#ff69b4_l_c_h_/_0.7288)_0%,rgb(from_#ff69b4_r_g_b_/_0)_48.29%),radial-gradient(circle_farthest-corner_at_43.39%_49.79%,oklch(from_#98ff98_l_c_h_/_0.7355)_0%,rgb(from_#98ff98_r_g_b_/_0)_53.66%)]`
- Contrast (worst point): white 1.64:1 fail · black 11.85:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.98ff98-ff69b4?k=mesh&seed=mint-green-to-hotpink

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