# Terracotta to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e2725b 0%, #e2735b 8.28%, #e47659 16.03%, #e67c57 23.35%, #e88254 30.32%, #eb8951 37.03%, #ee914c 43.56%, #f19946 50%, #f4a13f 56.44%, #f7a937 62.97%, #fab02d 69.68%, #fcb622 76.65%, #febb15 83.97%, #ffbe07 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e2725b_0%,#e2735b_8.28%,#e47659_16.03%,#e67c57_23.35%,#e88254_30.32%,#eb8951_37.03%,#ee914c_43.56%,#f19946_50%,#f4a13f_56.44%,#f7a937_62.97%,#fab02d_69.68%,#fcb622_76.65%,#febb15_83.97%,#ffbe07_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.65:1 fail · black 6.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e2725b-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 14.04% 85.71%, oklch(from #ffbf00 l c h / 0.8714) 0%, rgb(from #ffbf00 r g b / 0) 50.48%), radial-gradient(circle farthest-corner at 56.24% 44.83%, oklch(from #e2725b l c h / 0.7051) 0%, rgb(from #e2725b r g b / 0) 48.43%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_14.04%_85.71%,oklch(from_#ffbf00_l_c_h_/_0.8714)_0%,rgb(from_#ffbf00_r_g_b_/_0)_50.48%),radial-gradient(circle_farthest-corner_at_56.24%_44.83%,oklch(from_#e2725b_l_c_h_/_0.7051)_0%,rgb(from_#e2725b_r_g_b_/_0)_48.43%)]`
- Contrast (worst point): white 2.24:1 fail · black 8.40:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.e2725b-ffbf00?k=mesh&seed=terracotta-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.
