# Light Coral to Emerald Green gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #f08080 0%, #ef8180 8.28%, #ea8580 16.03%, #e48b7f 23.35%, #db927f 30.32%, #d09a7e 37.03%, #c4a27d 43.56%, #b6a97c 50%, #a6b07b 56.44%, #95b77b 62.97%, #84bd7a 69.68%, #72c179 76.65%, #62c579 83.97%, #55c778 91.72%, #50c878 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#f08080_0%,#ef8180_8.28%,#ea8580_16.03%,#e48b7f_23.35%,#db927f_30.32%,#d09a7e_37.03%,#c4a27d_43.56%,#b6a97c_50%,#a6b07b_56.44%,#95b77b_62.97%,#84bd7a_69.68%,#72c179_76.65%,#62c579_83.97%,#55c778_91.72%,#50c878_100%)]`
- Contrast (worst point): white 2.12:1 fail · black 8.07:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-50c878?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 70.59% 12.39%, oklch(from #50c878 l c h / 0.7386) 0%, rgb(from #50c878 r g b / 0) 50.84%), radial-gradient(circle farthest-corner at 99.86% 65.46%, oklch(from #f08080 l c h / 0.842) 0%, rgb(from #f08080 r g b / 0) 53.59%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_70.59%_12.39%,oklch(from_#50c878_l_c_h_/_0.7386)_0%,rgb(from_#50c878_r_g_b_/_0)_50.84%),radial-gradient(circle_farthest-corner_at_99.86%_65.46%,oklch(from_#f08080_l_c_h_/_0.842)_0%,rgb(from_#f08080_r_g_b_/_0)_53.59%)]`
- Contrast (worst point): white 2.33:1 fail · black 8.31:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-50c878?k=mesh&seed=lightcoral-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.
