# Amber to Ivory gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffbf00 0%, #ffc014 8.28%, #ffc32d 16.03%, #ffc744 23.35%, #ffcd5b 30.32%, #ffd370 37.03%, #ffd985 43.56%, #ffe09a 50%, #ffe7ad 56.44%, #ffedbf 62.97%, #fff3cf 69.68%, #fff8dc 76.65%, #fffce7 83.97%, #fffeee 91.72%, #fffff0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffbf00_0%,#ffc014_8.28%,#ffc32d_16.03%,#ffc744_23.35%,#ffcd5b_30.32%,#ffd370_37.03%,#ffd985_43.56%,#ffe09a_50%,#ffe7ad_56.44%,#ffedbf_62.97%,#fff3cf_69.68%,#fff8dc_76.65%,#fffce7_83.97%,#fffeee_91.72%,#fffff0_100%)]`
- Contrast (worst point): white 1.01:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-fffff0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 39.16% 89.18%, oklch(from #ffbf00 l c h / 0.8605) 0%, rgb(from #ffbf00 r g b / 0) 51.35%), radial-gradient(circle farthest-corner at 71.43% 64.37%, oklch(from #fffff0 l c h / 0.8007) 0%, rgb(from #fffff0 r g b / 0) 52.83%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_39.16%_89.18%,oklch(from_#ffbf00_l_c_h_/_0.8605)_0%,rgb(from_#ffbf00_r_g_b_/_0)_51.35%),radial-gradient(circle_farthest-corner_at_71.43%_64.37%,oklch(from_#fffff0_l_c_h_/_0.8007)_0%,rgb(from_#fffff0_r_g_b_/_0)_52.83%)]`
- Contrast (worst point): white 1.22:1 fail · black 16.38:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffbf00-fffff0?k=mesh&seed=amber-to-ivory

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