# Hot Pink to Medium Aquamarine gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff69b4 0%, #ff69ae 8.28%, #ff6a9f 16.03%, #ff6e87 23.35%, #ff766a 30.32%, #ff8248 37.03%, #f59223 43.56%, #e0a20e 50%, #c7b12d 56.44%, #acbd50 62.97%, #92c56f 69.68%, #7dca88 76.65%, #6fcc9b 83.97%, #68cda6 91.72%, #66cdaa 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff69b4_0%,#ff69ae_8.28%,#ff6a9f_16.03%,#ff6e87_23.35%,#ff766a_30.32%,#ff8248_37.03%,#f59223_43.56%,#e0a20e_50%,#c7b12d_56.44%,#acbd50_62.97%,#92c56f_69.68%,#7dca88_76.65%,#6fcc9b_83.97%,#68cda6_91.72%,#66cdaa_100%)]`
- Contrast (worst point): white 1.93:1 fail · black 7.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-66cdaa?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 61.41% 76.95%, oklch(from #ff69b4 l c h / 0.7945) 0%, rgb(from #ff69b4 r g b / 0) 46.25%), radial-gradient(circle farthest-corner at 47.51% 44.68%, oklch(from #66cdaa l c h / 0.7403) 0%, rgb(from #66cdaa r g b / 0) 48.34%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_61.41%_76.95%,oklch(from_#ff69b4_l_c_h_/_0.7945)_0%,rgb(from_#ff69b4_r_g_b_/_0)_46.25%),radial-gradient(circle_farthest-corner_at_47.51%_44.68%,oklch(from_#66cdaa_l_c_h_/_0.7403)_0%,rgb(from_#66cdaa_r_g_b_/_0)_48.34%)]`
- Contrast (worst point): white 2.14:1 fail · black 8.12:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff69b4-66cdaa?k=mesh&seed=hotpink-to-mediumaquamarine

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