# Ivory to Brown gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffff0 0%, #fefced 8.28%, #fbf3e4 16.03%, #f7e6d7 23.35%, #f2d6c6 30.32%, #eac2b3 37.03%, #e2ad9f 43.56%, #d9978a 50%, #cf8275 56.44%, #c56d61 62.97%, #bb5950 69.68%, #b34741 76.65%, #ab3935 83.97%, #a72e2d 91.72%, #a52a2a 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffff0_0%,#fefced_8.28%,#fbf3e4_16.03%,#f7e6d7_23.35%,#f2d6c6_30.32%,#eac2b3_37.03%,#e2ad9f_43.56%,#d9978a_50%,#cf8275_56.44%,#c56d61_62.97%,#bb5950_69.68%,#b34741_76.65%,#ab3935_83.97%,#a72e2d_91.72%,#a52a2a_100%)]`
- Contrast (worst point): white 1.01:1 fail · black 2.96:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-a52a2a?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 71.62% 0.23%, oklch(from #a52a2a l c h / 0.7662) 0%, rgb(from #a52a2a r g b / 0) 47.82%), radial-gradient(circle farthest-corner at 33.34% 17.32%, oklch(from #fffff0 l c h / 0.8125) 0%, rgb(from #fffff0 r g b / 0) 46.72%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_71.62%_0.23%,oklch(from_#a52a2a_l_c_h_/_0.7662)_0%,rgb(from_#a52a2a_r_g_b_/_0)_47.82%),radial-gradient(circle_farthest-corner_at_33.34%_17.32%,oklch(from_#fffff0_l_c_h_/_0.8125)_0%,rgb(from_#fffff0_r_g_b_/_0)_46.72%)]`
- Contrast (worst point): white 1.50:1 fail · black 8.74:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-a52a2a?k=mesh&seed=ivory-to-brown

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