# Amber to Terracotta gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffbe07 8.28%, #febb15 16.03%, #fcb622 23.35%, #fab02d 30.32%, #f7a937 37.03%, #f4a13f 43.56%, #f19946 50%, #ee914c 56.44%, #eb8951 62.97%, #e88254 69.68%, #e67c57 76.65%, #e47659 83.97%, #e2735b 91.72%, #e2725b 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffbe07_8.28%,#febb15_16.03%,#fcb622_23.35%,#fab02d_30.32%,#f7a937_37.03%,#f4a13f_43.56%,#f19946_50%,#ee914c_56.44%,#eb8951_62.97%,#e88254_69.68%,#e67c57_76.65%,#e47659_83.97%,#e2735b_91.72%,#e2725b_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-e2725b?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 35.04% 9.99%, oklch(from #ffbf00 l c h / 0.7329) 0%, rgb(from #ffbf00 r g b / 0) 49.91%), radial-gradient(circle farthest-corner at 60.06% 85.68%, oklch(from #e2725b l c h / 0.7279) 0%, rgb(from #e2725b r g b / 0) 54.65%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_35.04%_9.99%,oklch(from_#ffbf00_l_c_h_/_0.7329)_0%,rgb(from_#ffbf00_r_g_b_/_0)_49.91%),radial-gradient(circle_farthest-corner_at_60.06%_85.68%,oklch(from_#e2725b_l_c_h_/_0.7279)_0%,rgb(from_#e2725b_r_g_b_/_0)_54.65%)]`
- Contrast (worst point): white 1.92:1 fail · black 8.02:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-e2725b?k=mesh&seed=amber-to-terracotta

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