# Ivory to Amber gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffff0 0%, #fffeee 8.28%, #fffce7 16.03%, #fff8dc 23.35%, #fff3cf 30.32%, #ffedbf 37.03%, #ffe7ad 43.56%, #ffe09a 50%, #ffd985 56.44%, #ffd370 62.97%, #ffcd5b 69.68%, #ffc744 76.65%, #ffc32d 83.97%, #ffc014 91.72%, #ffbf00 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffff0_0%,#fffeee_8.28%,#fffce7_16.03%,#fff8dc_23.35%,#fff3cf_30.32%,#ffedbf_37.03%,#ffe7ad_43.56%,#ffe09a_50%,#ffd985_56.44%,#ffd370_62.97%,#ffcd5b_69.68%,#ffc744_76.65%,#ffc32d_83.97%,#ffc014_91.72%,#ffbf00_100%)]`
- Contrast (worst point): white 1.01:1 fail · black 12.70:1 AA · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-ffbf00?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 53.9% 78.52%, oklch(from #ffbf00 l c h / 0.8053) 0%, rgb(from #ffbf00 r g b / 0) 45.88%), radial-gradient(circle farthest-corner at 42.31% 32.57%, oklch(from #fffff0 l c h / 0.7181) 0%, rgb(from #fffff0 r g b / 0) 59%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_53.9%_78.52%,oklch(from_#ffbf00_l_c_h_/_0.8053)_0%,rgb(from_#ffbf00_r_g_b_/_0)_45.88%),radial-gradient(circle_farthest-corner_at_42.31%_32.57%,oklch(from_#fffff0_l_c_h_/_0.7181)_0%,rgb(from_#fffff0_r_g_b_/_0)_59%)]`
- Contrast (worst point): white 1.11:1 fail · black 14.60:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-ffbf00?k=mesh&seed=ivory-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.
