# Aquamarine to Light Coral gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #7fffd4 0%, #82fecf 8.28%, #89fac3 16.03%, #96f5b0 23.35%, #a8ec98 30.32%, #bbe07d 37.03%, #cfd265 43.56%, #dfc353 50%, #ecb34c 56.44%, #f3a351 62.97%, #f6965d 69.68%, #f68c6b 76.65%, #f38576 83.97%, #f1817d 91.72%, #f08080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#7fffd4_0%,#82fecf_8.28%,#89fac3_16.03%,#96f5b0_23.35%,#a8ec98_30.32%,#bbe07d_37.03%,#cfd265_43.56%,#dfc353_50%,#ecb34c_56.44%,#f3a351_62.97%,#f6965d_69.68%,#f68c6b_76.65%,#f38576_83.97%,#f1817d_91.72%,#f08080_100%)]`
- Contrast (worst point): white 1.22:1 fail · black 8.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7fffd4-f08080?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 3.76% 73.91%, oklch(from #f08080 l c h / 0.726) 0%, rgb(from #f08080 r g b / 0) 47.39%), radial-gradient(circle farthest-corner at 46.64% 15.69%, oklch(from #7fffd4 l c h / 0.7023) 0%, rgb(from #7fffd4 r g b / 0) 52.34%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_3.76%_73.91%,oklch(from_#f08080_l_c_h_/_0.726)_0%,rgb(from_#f08080_r_g_b_/_0)_47.39%),radial-gradient(circle_farthest-corner_at_46.64%_15.69%,oklch(from_#7fffd4_l_c_h_/_0.7023)_0%,rgb(from_#7fffd4_r_g_b_/_0)_52.34%)]`
- Contrast (worst point): white 1.58:1 fail · black 11.97:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.7fffd4-f08080?k=mesh&seed=aquamarine-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.
