# Violet to Emerald Green gradient

Violet (#ee82ee) to Emerald Green (#50c878), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ee82ee 0%, #eb83f2 8.28%, #e087fd 16.03%, #cf8eff 23.35%, #b49bff 30.32%, #97a6ff 37.03%, #72b0ff 43.56%, #17bbff 50%, #00c3f4 56.44%, #00c8d7 62.97%, #00cbbc 69.68%, #00cda2 76.65%, #20cb8c 83.97%, #46c97d 91.72%, #50c878 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ee82ee_0%,#eb83f2_8.28%,#e087fd_16.03%,#cf8eff_23.35%,#b49bff_30.32%,#97a6ff_37.03%,#72b0ff_43.56%,#17bbff_50%,#00c3f4_56.44%,#00c8d7_62.97%,#00cbbc_69.68%,#00cda2_76.65%,#20cb8c_83.97%,#46c97d_91.72%,#50c878_100%)]`
- Contrast (worst point): white 2.03:1 fail · black 8.91:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-50c878?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 88.18% 22.07%, oklch(from #ee82ee l c h / 0.7664) 0%, rgb(from #ee82ee r g b / 0) 49.7%), radial-gradient(circle farthest-corner at 65.02% 98.17%, oklch(from #50c878 l c h / 0.8317) 0%, rgb(from #50c878 r g b / 0) 51.66%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_88.18%_22.07%,oklch(from_#ee82ee_l_c_h_/_0.7664)_0%,rgb(from_#ee82ee_r_g_b_/_0)_49.7%),radial-gradient(circle_farthest-corner_at_65.02%_98.17%,oklch(from_#50c878_l_c_h_/_0.8317)_0%,rgb(from_#50c878_r_g_b_/_0)_51.66%)]`
- Contrast (worst point): white 2.20:1 fail · black 9.11:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ee82ee-50c878?k=mesh&seed=violet-to-emerald-green

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