# Ivory to Blush Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #fffff0 0%, #fffeef 8.28%, #fefbed 16.03%, #fdf6e9 23.35%, #fbf0e5 30.32%, #f9e9df 37.03%, #f7e1da 43.56%, #f4d9d4 50%, #f2d1ce 56.44%, #f0cac8 62.97%, #edc3c3 69.68%, #ebbdbe 76.65%, #e9b8bb 83.97%, #e8b5b9 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#fffff0_0%,#fffeef_8.28%,#fefbed_16.03%,#fdf6e9_23.35%,#fbf0e5_30.32%,#f9e9df_37.03%,#f7e1da_43.56%,#f4d9d4_50%,#f2d1ce_56.44%,#f0cac8_62.97%,#edc3c3_69.68%,#ebbdbe_76.65%,#e9b8bb_83.97%,#e8b5b9_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.01:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-e8b4b8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 25.87% 26.53%, oklch(from #e8b4b8 l c h / 0.7731) 0%, rgb(from #e8b4b8 r g b / 0) 55.92%), radial-gradient(circle farthest-corner at 35.24% 86.42%, oklch(from #fffff0 l c h / 0.7408) 0%, rgb(from #fffff0 r g b / 0) 48.47%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_25.87%_26.53%,oklch(from_#e8b4b8_l_c_h_/_0.7731)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_55.92%),radial-gradient(circle_farthest-corner_at_35.24%_86.42%,oklch(from_#fffff0_l_c_h_/_0.7408)_0%,rgb(from_#fffff0_r_g_b_/_0)_48.47%)]`
- Contrast (worst point): white 1.26:1 fail · black 12.56:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.fffff0-e8b4b8?k=mesh&seed=ivory-to-blush-pink

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