# Forest Green to Medium Violet Red gradient

Forest Green (#228b22) to Medium Violet Red (#c71585), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/forestgreen-to-mediumvioletred
- Colors: https://brandsweets.com/colors/forestgreen, https://brandsweets.com/colors/mediumvioletred
- Reverse: https://brandsweets.com/gradients/mediumvioletred-to-forestgreen

## OKLab

- CSS: `linear-gradient(135deg in oklab, #228b22 0%, #c71585 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#228b22] to-[#c71585]`
- Contrast (worst point): white 4.37:1 AA-large · black 3.87:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.228b22-c71585?a=135

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #228b22 0%, #2d8a18 8.28%, #438800 16.03%, #5f8200 23.35%, #767b00 30.32%, #887300 37.03%, #996900 43.56%, #aa5e00 50%, #bd4a00 56.44%, #d02a00 62.97%, #d21a3b 69.68%, #d0115b 76.65%, #cc1172 83.97%, #c81480 91.72%, #c71585 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#228b22_0%,#2d8a18_8.28%,#438800_16.03%,#5f8200_23.35%,#767b00_30.32%,#887300_37.03%,#996900_43.56%,#aa5e00_50%,#bd4a00_56.44%,#d02a00_62.97%,#d21a3b_69.68%,#d0115b_76.65%,#cc1172_83.97%,#c81480_91.72%,#c71585_100%)]`
- Contrast (worst point): white 4.37:1 AA-large · black 3.86:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.228b22-c71585?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 41.83% 12.62%, oklch(from #c71585 l c h / 0.8517) 0%, rgb(from #c71585 r g b / 0) 58.61%), radial-gradient(circle farthest-corner at 4.64% 55.73%, oklch(from #228b22 l c h / 0.7429) 0%, rgb(from #228b22 r g b / 0) 46.22%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_41.83%_12.62%,oklch(from_#c71585_l_c_h_/_0.8517)_0%,rgb(from_#c71585_r_g_b_/_0)_58.61%),radial-gradient(circle_farthest-corner_at_4.64%_55.73%,oklch(from_#228b22_l_c_h_/_0.7429)_0%,rgb(from_#228b22_r_g_b_/_0)_46.22%)]`
- Contrast (worst point): white 4.83:1 AA · black 3.47:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.228b22-c71585?k=mesh&seed=forestgreen-to-mediumvioletred

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