# Emerald Green to Light Coral gradient

Emerald Green (#50c878) to Light Coral (#f08080), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #50c878 0%, #55c778 8.28%, #62c579 16.03%, #72c179 23.35%, #84bd7a 30.32%, #95b77b 37.03%, #a6b07b 43.56%, #b6a97c 50%, #c4a27d 56.44%, #d09a7e 62.97%, #db927f 69.68%, #e48b7f 76.65%, #ea8580 83.97%, #ef8180 91.72%, #f08080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#50c878_0%,#55c778_8.28%,#62c579_16.03%,#72c179_23.35%,#84bd7a_30.32%,#95b77b_37.03%,#a6b07b_43.56%,#b6a97c_50%,#c4a27d_56.44%,#d09a7e_62.97%,#db927f_69.68%,#e48b7f_76.65%,#ea8580_83.97%,#ef8180_91.72%,#f08080_100%)]`
- Contrast (worst point): white 2.12:1 fail · black 8.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.50c878-f08080?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 78.16% 7.36%, oklch(from #50c878 l c h / 0.7908) 0%, rgb(from #50c878 r g b / 0) 52.43%), radial-gradient(circle farthest-corner at 66.89% 95.19%, oklch(from #f08080 l c h / 0.7132) 0%, rgb(from #f08080 r g b / 0) 52.23%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_78.16%_7.36%,oklch(from_#50c878_l_c_h_/_0.7908)_0%,rgb(from_#50c878_r_g_b_/_0)_52.43%),radial-gradient(circle_farthest-corner_at_66.89%_95.19%,oklch(from_#f08080_l_c_h_/_0.7132)_0%,rgb(from_#f08080_r_g_b_/_0)_52.23%)]`
- Contrast (worst point): white 2.33:1 fail · black 8.34:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.50c878-f08080?k=mesh&seed=emerald-green-to-lightcoral

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