# Light Coral to Aquamarine gradient

Light Coral (#f08080) to Aquamarine (#7fffd4), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #f08080 0%, #f1817d 8.28%, #f38576 16.03%, #f68c6b 23.35%, #f6965d 30.32%, #f3a351 37.03%, #ecb34c 43.56%, #dfc353 50%, #cfd265 56.44%, #bbe07d 62.97%, #a8ec98 69.68%, #96f5b0 76.65%, #89fac3 83.97%, #82fecf 91.72%, #7fffd4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#f08080_0%,#f1817d_8.28%,#f38576_16.03%,#f68c6b_23.35%,#f6965d_30.32%,#f3a351_37.03%,#ecb34c_43.56%,#dfc353_50%,#cfd265_56.44%,#bbe07d_62.97%,#a8ec98_69.68%,#96f5b0_76.65%,#89fac3_83.97%,#82fecf_91.72%,#7fffd4_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 8.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-7fffd4?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 97.09% 69.07%, oklch(from #f08080 l c h / 0.8699) 0%, rgb(from #f08080 r g b / 0) 58.47%), radial-gradient(circle farthest-corner at 59.94% 59.83%, oklch(from #7fffd4 l c h / 0.8116) 0%, rgb(from #7fffd4 r g b / 0) 45.24%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_97.09%_69.07%,oklch(from_#f08080_l_c_h_/_0.8699)_0%,rgb(from_#f08080_r_g_b_/_0)_58.47%),radial-gradient(circle_farthest-corner_at_59.94%_59.83%,oklch(from_#7fffd4_l_c_h_/_0.8116)_0%,rgb(from_#7fffd4_r_g_b_/_0)_45.24%)]`
- Contrast (worst point): white 1.70:1 fail · black 9.26:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-7fffd4?k=mesh&seed=lightcoral-to-aquamarine

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