# Medium Aquamarine to Hot Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #66cdaa 0%, #68cda6 8.28%, #6fcc9b 16.03%, #7dca88 23.35%, #92c56f 30.32%, #acbd50 37.03%, #c7b12d 43.56%, #e0a20e 50%, #f59223 56.44%, #ff8248 62.97%, #ff766a 69.68%, #ff6e87 76.65%, #ff6a9f 83.97%, #ff69ae 91.72%, #ff69b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#66cdaa_0%,#68cda6_8.28%,#6fcc9b_16.03%,#7dca88_23.35%,#92c56f_30.32%,#acbd50_37.03%,#c7b12d_43.56%,#e0a20e_50%,#f59223_56.44%,#ff8248_62.97%,#ff766a_69.68%,#ff6e87_76.65%,#ff6a9f_83.97%,#ff69ae_91.72%,#ff69b4_100%)]`
- Contrast (worst point): white 1.93:1 fail · black 7.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.66cdaa-ff69b4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 95.22% 97.14%, oklch(from #ff69b4 l c h / 0.7185) 0%, rgb(from #ff69b4 r g b / 0) 49.85%), radial-gradient(circle farthest-corner at 30.95% 53.92%, oklch(from #66cdaa l c h / 0.8347) 0%, rgb(from #66cdaa r g b / 0) 47.64%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_95.22%_97.14%,oklch(from_#ff69b4_l_c_h_/_0.7185)_0%,rgb(from_#ff69b4_r_g_b_/_0)_49.85%),radial-gradient(circle_farthest-corner_at_30.95%_53.92%,oklch(from_#66cdaa_l_c_h_/_0.8347)_0%,rgb(from_#66cdaa_r_g_b_/_0)_47.64%)]`
- Contrast (worst point): white 2.14:1 fail · black 8.11:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.66cdaa-ff69b4?k=mesh&seed=mediumaquamarine-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.
