# Light Coral to Turquoise gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #f08080 0%, #f1817d 8.28%, #f28473 16.03%, #f18a64 23.35%, #ee9253 30.32%, #e69e43 37.03%, #d9ab3c 43.56%, #c5b946 50%, #adc55d 56.44%, #92d079 62.97%, #76d795 69.68%, #5edcad 76.65%, #4ddfc0 83.97%, #43e0cc 91.72%, #40e0d0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#f08080_0%,#f1817d_8.28%,#f28473_16.03%,#f18a64_23.35%,#ee9253_30.32%,#e69e43_37.03%,#d9ab3c_43.56%,#c5b946_50%,#adc55d_56.44%,#92d079_62.97%,#76d795_69.68%,#5edcad_76.65%,#4ddfc0_83.97%,#43e0cc_91.72%,#40e0d0_100%)]`
- Contrast (worst point): white 1.64:1 fail · black 8.09:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-40e0d0?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 17.47% 18.31%, oklch(from #f08080 l c h / 0.839) 0%, rgb(from #f08080 r g b / 0) 49.9%), radial-gradient(circle farthest-corner at 75.77% 72.91%, oklch(from #40e0d0 l c h / 0.7929) 0%, rgb(from #40e0d0 r g b / 0) 48.96%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_17.47%_18.31%,oklch(from_#f08080_l_c_h_/_0.839)_0%,rgb(from_#f08080_r_g_b_/_0)_49.9%),radial-gradient(circle_farthest-corner_at_75.77%_72.91%,oklch(from_#40e0d0_l_c_h_/_0.7929)_0%,rgb(from_#40e0d0_r_g_b_/_0)_48.96%)]`
- Contrast (worst point): white 1.76:1 fail · black 8.29:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f08080-40e0d0?k=mesh&seed=lightcoral-to-turquoise

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