# Hot Pink to Aquamarine gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff69b4 0%, #ff6aaf 8.28%, #ff6ca1 16.03%, #ff778e 23.35%, #ff8578 30.32%, #ff935e 37.03%, #ffa12f 43.56%, #fbb720 50%, #e4cc3c 56.44%, #cade63 62.97%, #afec88 69.68%, #99f5a7 76.65%, #8afbbf 83.97%, #81fecf 91.72%, #7fffd4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff69b4_0%,#ff6aaf_8.28%,#ff6ca1_16.03%,#ff778e_23.35%,#ff8578_30.32%,#ff935e_37.03%,#ffa12f_43.56%,#fbb720_50%,#e4cc3c_56.44%,#cade63_62.97%,#afec88_69.68%,#99f5a7_76.65%,#8afbbf_83.97%,#81fecf_91.72%,#7fffd4_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 7.90:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-7fffd4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 75.42% 18.7%, oklch(from #ff69b4 l c h / 0.7837) 0%, rgb(from #ff69b4 r g b / 0) 51%), radial-gradient(circle farthest-corner at 38.32% 2.51%, oklch(from #7fffd4 l c h / 0.8255) 0%, rgb(from #7fffd4 r g b / 0) 53.03%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_75.42%_18.7%,oklch(from_#ff69b4_l_c_h_/_0.7837)_0%,rgb(from_#ff69b4_r_g_b_/_0)_51%),radial-gradient(circle_farthest-corner_at_38.32%_2.51%,oklch(from_#7fffd4_l_c_h_/_0.8255)_0%,rgb(from_#7fffd4_r_g_b_/_0)_53.03%)]`
- Contrast (worst point): white 1.51:1 fail · black 10.87:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-7fffd4?k=mesh&seed=hotpink-to-aquamarine

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