# Amber to Coral gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffbe05 8.28%, #ffbc11 16.03%, #ffb81c 23.35%, #ffb325 30.32%, #ffad2e 37.03%, #ffa735 43.56%, #ffa03c 50%, #ff9941 56.44%, #ff9346 62.97%, #ff8d49 69.68%, #ff874c 76.65%, #ff834e 83.97%, #ff8050 91.72%, #ff7f50 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffbe05_8.28%,#ffbc11_16.03%,#ffb81c_23.35%,#ffb325_30.32%,#ffad2e_37.03%,#ffa735_43.56%,#ffa03c_50%,#ff9941_56.44%,#ff9346_62.97%,#ff8d49_69.68%,#ff874c_76.65%,#ff834e_83.97%,#ff8050_91.72%,#ff7f50_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 8.40:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-ff7f50?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 91.95% 4.14%, oklch(from #ffbf00 l c h / 0.7266) 0%, rgb(from #ffbf00 r g b / 0) 59.16%), radial-gradient(circle farthest-corner at 12.25% 2.75%, oklch(from #ff7f50 l c h / 0.7245) 0%, rgb(from #ff7f50 r g b / 0) 58.21%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_91.95%_4.14%,oklch(from_#ffbf00_l_c_h_/_0.7266)_0%,rgb(from_#ffbf00_r_g_b_/_0)_59.16%),radial-gradient(circle_farthest-corner_at_12.25%_2.75%,oklch(from_#ff7f50_l_c_h_/_0.7245)_0%,rgb(from_#ff7f50_r_g_b_/_0)_58.21%)]`
- Contrast (worst point): white 1.98:1 fail · black 8.98:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-ff7f50?k=mesh&seed=amber-to-coral

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