# Coral to Amber gradient

Coral (#ff7f50) to Amber (#ffbf00), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ff7f50 0%, #ff8050 8.28%, #ff834e 16.03%, #ff874c 23.35%, #ff8d49 30.32%, #ff9346 37.03%, #ff9941 43.56%, #ffa03c 50%, #ffa735 56.44%, #ffad2e 62.97%, #ffb325 69.68%, #ffb81c 76.65%, #ffbc11 83.97%, #ffbe05 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ff7f50_0%,#ff8050_8.28%,#ff834e_16.03%,#ff874c_23.35%,#ff8d49_30.32%,#ff9346_37.03%,#ff9941_43.56%,#ffa03c_50%,#ffa735_56.44%,#ffad2e_62.97%,#ffb325_69.68%,#ffb81c_76.65%,#ffbc11_83.97%,#ffbe05_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 8.40:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 28.92% 81.9%, oklch(from #ffbf00 l c h / 0.8549) 0%, rgb(from #ffbf00 r g b / 0) 54.93%), radial-gradient(circle farthest-corner at 55.04% 47.55%, oklch(from #ff7f50 l c h / 0.7393) 0%, rgb(from #ff7f50 r g b / 0) 58.94%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_28.92%_81.9%,oklch(from_#ffbf00_l_c_h_/_0.8549)_0%,rgb(from_#ffbf00_r_g_b_/_0)_54.93%),radial-gradient(circle_farthest-corner_at_55.04%_47.55%,oklch(from_#ff7f50_l_c_h_/_0.7393)_0%,rgb(from_#ff7f50_r_g_b_/_0)_58.94%)]`
- Contrast (worst point): white 2.00:1 fail · black 9.99:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ff7f50-ffbf00?k=mesh&seed=coral-to-amber

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