# Aquamarine to Hot Pink gradient

Aquamarine (#7fffd4) to Hot Pink (#ff69b4), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #7fffd4 0%, #81fecf 8.28%, #8afbbf 16.03%, #99f5a7 23.35%, #afec88 30.32%, #cade63 37.03%, #e4cc3c 43.56%, #fbb720 50%, #ffa12f 56.44%, #ff935e 62.97%, #ff8578 69.68%, #ff778e 76.65%, #ff6ca1 83.97%, #ff6aaf 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#7fffd4_0%,#81fecf_8.28%,#8afbbf_16.03%,#99f5a7_23.35%,#afec88_30.32%,#cade63_37.03%,#e4cc3c_43.56%,#fbb720_50%,#ffa12f_56.44%,#ff935e_62.97%,#ff8578_69.68%,#ff778e_76.65%,#ff6ca1_83.97%,#ff6aaf_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 7.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7fffd4-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 22.66% 3.08%, oklch(from #ff69b4 l c h / 0.8362) 0%, rgb(from #ff69b4 r g b / 0) 57.44%), radial-gradient(circle farthest-corner at 82.28% 34.38%, oklch(from #7fffd4 l c h / 0.7456) 0%, rgb(from #7fffd4 r g b / 0) 59.59%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_22.66%_3.08%,oklch(from_#ff69b4_l_c_h_/_0.8362)_0%,rgb(from_#ff69b4_r_g_b_/_0)_57.44%),radial-gradient(circle_farthest-corner_at_82.28%_34.38%,oklch(from_#7fffd4_l_c_h_/_0.7456)_0%,rgb(from_#7fffd4_r_g_b_/_0)_59.59%)]`
- Contrast (worst point): white 1.58:1 fail · black 8.78:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7fffd4-ff69b4?k=mesh&seed=aquamarine-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.
