# Yellow Green to Mauve gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #9acd32 0%, #a1cc2a 8.28%, #b3c708 16.03%, #cac000 23.35%, #e3b600 30.32%, #f9ab12 37.03%, #ffa14a 43.56%, #ff9f7b 50%, #ff9d9d 56.44%, #ff9bba 62.97%, #ffa0d5 69.68%, #f5a6e9 76.65%, #eaabf6 83.97%, #e3affd 91.72%, #e0b0ff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#9acd32_0%,#a1cc2a_8.28%,#b3c708_16.03%,#cac000_23.35%,#e3b600_30.32%,#f9ab12_37.03%,#ffa14a_43.56%,#ff9f7b_50%,#ff9d9d_56.44%,#ff9bba_62.97%,#ffa0d5_69.68%,#f5a6e9_76.65%,#eaabf6_83.97%,#e3affd_91.72%,#e0b0ff_100%)]`
- Contrast (worst point): white 1.77:1 fail · black 10.39:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.9acd32-e0b0ff?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 70.7% 23.1%, oklch(from #9acd32 l c h / 0.7002) 0%, rgb(from #9acd32 r g b / 0) 53.07%), radial-gradient(circle farthest-corner at 35.71% 24.44%, oklch(from #e0b0ff l c h / 0.8053) 0%, rgb(from #e0b0ff r g b / 0) 52.63%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_70.7%_23.1%,oklch(from_#9acd32_l_c_h_/_0.7002)_0%,rgb(from_#9acd32_r_g_b_/_0)_53.07%),radial-gradient(circle_farthest-corner_at_35.71%_24.44%,oklch(from_#e0b0ff_l_c_h_/_0.8053)_0%,rgb(from_#e0b0ff_r_g_b_/_0)_52.63%)]`
- Contrast (worst point): white 1.81:1 fail · black 11.21:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.9acd32-e0b0ff?k=mesh&seed=yellowgreen-to-mauve

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