# Mauve to Yellow Green gradient

Mauve (#e0b0ff) to Yellow Green (#9acd32), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/mauve-to-yellowgreen
- Colors: https://brandsweets.com/colors/mauve, https://brandsweets.com/colors/yellowgreen
- Reverse: https://brandsweets.com/gradients/yellowgreen-to-mauve

## OKLab

- CSS: `linear-gradient(135deg in oklab, #e0b0ff 0%, #9acd32 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#e0b0ff] to-[#9acd32]`
- Contrast (worst point): white 1.77:1 fail · black 11.15:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e0b0ff-9acd32?a=135

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #e0b0ff 0%, #e3affd 8.28%, #eaabf6 16.03%, #f5a6e9 23.35%, #ffa0d5 30.32%, #ff9bba 37.03%, #ff9d9d 43.56%, #ff9f7b 50%, #ffa14a 56.44%, #f9ab12 62.97%, #e3b600 69.68%, #cac000 76.65%, #b3c708 83.97%, #a1cc2a 91.72%, #9acd32 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#e0b0ff_0%,#e3affd_8.28%,#eaabf6_16.03%,#f5a6e9_23.35%,#ffa0d5_30.32%,#ff9bba_37.03%,#ff9d9d_43.56%,#ff9f7b_50%,#ffa14a_56.44%,#f9ab12_62.97%,#e3b600_69.68%,#cac000_76.65%,#b3c708_83.97%,#a1cc2a_91.72%,#9acd32_100%)]`
- Contrast (worst point): white 1.77:1 fail · black 10.39:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e0b0ff-9acd32?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 13.36% 44.45%, oklch(from #9acd32 l c h / 0.8322) 0%, rgb(from #9acd32 r g b / 0) 52.23%), radial-gradient(circle farthest-corner at 59.9% 72.21%, oklch(from #e0b0ff l c h / 0.7196) 0%, rgb(from #e0b0ff r g b / 0) 47.94%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_13.36%_44.45%,oklch(from_#9acd32_l_c_h_/_0.8322)_0%,rgb(from_#9acd32_r_g_b_/_0)_52.23%),radial-gradient(circle_farthest-corner_at_59.9%_72.21%,oklch(from_#e0b0ff_l_c_h_/_0.7196)_0%,rgb(from_#e0b0ff_r_g_b_/_0)_47.94%)]`
- Contrast (worst point): white 1.81:1 fail · black 11.20:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e0b0ff-9acd32?k=mesh&seed=mauve-to-yellowgreen

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