# Peach to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffe5b4 0%, #ffe4b2 8.28%, #ffe3ae 16.03%, #ffe1a7 23.35%, #ffde9d 30.32%, #ffda92 37.03%, #ffd785 43.56%, #ffd377 50%, #ffcf68 56.44%, #ffcb59 62.97%, #ffc748 69.68%, #ffc436 76.65%, #ffc123 83.97%, #ffc00e 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffe5b4_0%,#ffe4b2_8.28%,#ffe3ae_16.03%,#ffe1a7_23.35%,#ffde9d_30.32%,#ffda92_37.03%,#ffd785_43.56%,#ffd377_50%,#ffcf68_56.44%,#ffcb59_62.97%,#ffc748_69.68%,#ffc436_76.65%,#ffc123_83.97%,#ffc00e_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 66.49% 96.3%, oklch(from #ffbf00 l c h / 0.8875) 0%, rgb(from #ffbf00 r g b / 0) 59.8%), radial-gradient(circle farthest-corner at 12.43% 37.04%, oklch(from #ffe5b4 l c h / 0.8814) 0%, rgb(from #ffe5b4 r g b / 0) 57.41%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_66.49%_96.3%,oklch(from_#ffbf00_l_c_h_/_0.8875)_0%,rgb(from_#ffbf00_r_g_b_/_0)_59.8%),radial-gradient(circle_farthest-corner_at_12.43%_37.04%,oklch(from_#ffe5b4_l_c_h_/_0.8814)_0%,rgb(from_#ffe5b4_r_g_b_/_0)_57.41%)]`
- Contrast (worst point): white 1.30:1 fail · black 13.46:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-ffbf00?k=mesh&seed=peach-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.
