# Amber to Peach gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffc00e 8.28%, #ffc123 16.03%, #ffc436 23.35%, #ffc748 30.32%, #ffcb59 37.03%, #ffcf68 43.56%, #ffd377 50%, #ffd785 56.44%, #ffda92 62.97%, #ffde9d 69.68%, #ffe1a7 76.65%, #ffe3ae 83.97%, #ffe4b2 91.72%, #ffe5b4 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffc00e_8.28%,#ffc123_16.03%,#ffc436_23.35%,#ffc748_30.32%,#ffcb59_37.03%,#ffcf68_43.56%,#ffd377_50%,#ffd785_56.44%,#ffda92_62.97%,#ffde9d_69.68%,#ffe1a7_76.65%,#ffe3ae_83.97%,#ffe4b2_91.72%,#ffe5b4_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-ffe5b4?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 98.4% 16.13%, oklch(from #ffbf00 l c h / 0.7338) 0%, rgb(from #ffbf00 r g b / 0) 59.85%), radial-gradient(circle farthest-corner at 33.52% 75.31%, oklch(from #ffe5b4 l c h / 0.7876) 0%, rgb(from #ffe5b4 r g b / 0) 59.14%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_98.4%_16.13%,oklch(from_#ffbf00_l_c_h_/_0.7338)_0%,rgb(from_#ffbf00_r_g_b_/_0)_59.85%),radial-gradient(circle_farthest-corner_at_33.52%_75.31%,oklch(from_#ffe5b4_l_c_h_/_0.7876)_0%,rgb(from_#ffe5b4_r_g_b_/_0)_59.14%)]`
- Contrast (worst point): white 1.40:1 fail · black 14.82:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-ffe5b4?k=mesh&seed=amber-to-peach

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