# Violet to Aquamarine gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ee82ee 0%, #ec84f2 8.28%, #e48afe 16.03%, #d895ff 23.35%, #c4a7ff 30.32%, #b2b6ff 37.03%, #a2c4ff 43.56%, #91d0ff 50%, #7addff 56.44%, #47ebff 62.97%, #37f4fe 69.68%, #52faed 76.65%, #6afde0 83.97%, #79ffd7 91.72%, #7fffd4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ee82ee_0%,#ec84f2_8.28%,#e48afe_16.03%,#d895ff_23.35%,#c4a7ff_30.32%,#b2b6ff_37.03%,#a2c4ff_43.56%,#91d0ff_50%,#7addff_56.44%,#47ebff_62.97%,#37f4fe_69.68%,#52faed_76.65%,#6afde0_83.97%,#79ffd7_91.72%,#7fffd4_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 9.06:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-7fffd4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 22.38% 82.36%, oklch(from #ee82ee l c h / 0.8133) 0%, rgb(from #ee82ee r g b / 0) 56.72%), radial-gradient(circle farthest-corner at 66.05% 3.71%, oklch(from #7fffd4 l c h / 0.7233) 0%, rgb(from #7fffd4 r g b / 0) 50.92%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_22.38%_82.36%,oklch(from_#ee82ee_l_c_h_/_0.8133)_0%,rgb(from_#ee82ee_r_g_b_/_0)_56.72%),radial-gradient(circle_farthest-corner_at_66.05%_3.71%,oklch(from_#7fffd4_l_c_h_/_0.7233)_0%,rgb(from_#7fffd4_r_g_b_/_0)_50.92%)]`
- Contrast (worst point): white 1.60:1 fail · black 11.48:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-7fffd4?k=mesh&seed=violet-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.
