# Hot Pink to Mint Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff69b4 0%, #ff6ab0 8.28%, #ff6ba4 16.03%, #ff7694 23.35%, #ff8382 30.32%, #ff916f 37.03%, #ff9f58 43.56%, #ffac29 50%, #ffbe00 56.44%, #edd20f 62.97%, #d6e245 69.68%, #bfef67 76.65%, #abf881 83.97%, #9dfd92 91.72%, #98ff98 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff69b4_0%,#ff6ab0_8.28%,#ff6ba4_16.03%,#ff7694_23.35%,#ff8382_30.32%,#ff916f_37.03%,#ff9f58_43.56%,#ffac29_50%,#ffbe00_56.44%,#edd20f_62.97%,#d6e245_69.68%,#bfef67_76.65%,#abf881_83.97%,#9dfd92_91.72%,#98ff98_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 7.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-98ff98?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 89.32% 26.59%, oklch(from #ff69b4 l c h / 0.8116) 0%, rgb(from #ff69b4 r g b / 0) 51.17%), radial-gradient(circle farthest-corner at 86.97% 64.46%, oklch(from #98ff98 l c h / 0.7327) 0%, rgb(from #98ff98 r g b / 0) 57.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_89.32%_26.59%,oklch(from_#ff69b4_l_c_h_/_0.8116)_0%,rgb(from_#ff69b4_r_g_b_/_0)_51.17%),radial-gradient(circle_farthest-corner_at_86.97%_64.46%,oklch(from_#98ff98_l_c_h_/_0.7327)_0%,rgb(from_#98ff98_r_g_b_/_0)_57.05%)]`
- Contrast (worst point): white 1.51:1 fail · black 11.45:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-98ff98?k=mesh&seed=hotpink-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.
