# Coral to Deep Sky Blue gradient

Coral (#ff7f50) to Deep Sky Blue (#00bfff), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/coral-to-deepskyblue
- Colors: https://brandsweets.com/colors/coral, https://brandsweets.com/colors/deepskyblue
- Reverse: https://brandsweets.com/gradients/deepskyblue-to-coral

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #ff7f50 0%, #ff7e56 8.28%, #ff7c66 16.03%, #ff797d 23.35%, #fe7999 30.32%, #f67bb8 37.03%, #e881d6 43.56%, #d38af0 50%, #ba95ff 56.44%, #9da0ff 62.97%, #80abff 69.68%, #5eb3ff 76.65%, #3cbaff 83.97%, #1bbeff 91.72%, #00bfff 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#ff7f50_0%,#ff7e56_8.28%,#ff7c66_16.03%,#ff797d_23.35%,#fe7999_30.32%,#f67bb8_37.03%,#e881d6_43.56%,#d38af0_50%,#ba95ff_56.44%,#9da0ff_62.97%,#80abff_69.68%,#5eb3ff_76.65%,#3cbaff_83.97%,#1bbeff_91.72%,#00bfff_100%)]`
- Contrast (worst point): white 2.12:1 fail · black 8.26:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-00bfff?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 0.06% 77.35%, oklch(from #ff7f50 l c h / 0.7792) 0%, rgb(from #ff7f50 r g b / 0) 49.69%), radial-gradient(circle farthest-corner at 73.15% 28.33%, oklch(from #00bfff l c h / 0.7611) 0%, rgb(from #00bfff r g b / 0) 54.61%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_0.06%_77.35%,oklch(from_#ff7f50_l_c_h_/_0.7792)_0%,rgb(from_#ff7f50_r_g_b_/_0)_49.69%),radial-gradient(circle_farthest-corner_at_73.15%_28.33%,oklch(from_#00bfff_l_c_h_/_0.7611)_0%,rgb(from_#00bfff_r_g_b_/_0)_54.61%)]`
- Contrast (worst point): white 2.28:1 fail · black 8.56:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-00bfff?k=mesh&seed=coral-to-deepskyblue

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