# Turquoise to Light Coral gradient

Turquoise (#40e0d0) to Light Coral (#f08080), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #40e0d0 0%, #43e0cc 8.28%, #4ddfc0 16.03%, #5edcad 23.35%, #76d795 30.32%, #92d079 37.03%, #adc55d 43.56%, #c5b946 50%, #d9ab3c 56.44%, #e69e43 62.97%, #ee9253 69.68%, #f18a64 76.65%, #f28473 83.97%, #f1817d 91.72%, #f08080 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#40e0d0_0%,#43e0cc_8.28%,#4ddfc0_16.03%,#5edcad_23.35%,#76d795_30.32%,#92d079_37.03%,#adc55d_43.56%,#c5b946_50%,#d9ab3c_56.44%,#e69e43_62.97%,#ee9253_69.68%,#f18a64_76.65%,#f28473_83.97%,#f1817d_91.72%,#f08080_100%)]`
- Contrast (worst point): white 1.64:1 fail · black 8.10:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.40e0d0-f08080?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 29.99% 8.68%, oklch(from #f08080 l c h / 0.7388) 0%, rgb(from #f08080 r g b / 0) 55.39%), radial-gradient(circle farthest-corner at 40.19% 83.93%, oklch(from #40e0d0 l c h / 0.8743) 0%, rgb(from #40e0d0 r g b / 0) 49.13%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_29.99%_8.68%,oklch(from_#f08080_l_c_h_/_0.7388)_0%,rgb(from_#f08080_r_g_b_/_0)_55.39%),radial-gradient(circle_farthest-corner_at_40.19%_83.93%,oklch(from_#40e0d0_l_c_h_/_0.8743)_0%,rgb(from_#40e0d0_r_g_b_/_0)_49.13%)]`
- Contrast (worst point): white 1.95:1 fail · black 8.76:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.40e0d0-f08080?k=mesh&seed=turquoise-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.
