# Peach to Blush Pink gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ffe5b4 0%, #ffe4b4 8.28%, #fee2b4 16.03%, #fcdfb5 23.35%, #fbdbb5 30.32%, #f8d7b6 37.03%, #f6d2b6 43.56%, #f4cdb7 50%, #f1c7b7 56.44%, #efc2b7 62.97%, #edbeb8 69.68%, #ebbab8 76.65%, #e9b7b8 83.97%, #e8b5b8 91.72%, #e8b4b8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ffe5b4_0%,#ffe4b4_8.28%,#fee2b4_16.03%,#fcdfb5_23.35%,#fbdbb5_30.32%,#f8d7b6_37.03%,#f6d2b6_43.56%,#f4cdb7_50%,#f1c7b7_56.44%,#efc2b7_62.97%,#edbeb8_69.68%,#ebbab8_76.65%,#e9b7b8_83.97%,#e8b5b8_91.72%,#e8b4b8_100%)]`
- Contrast (worst point): white 1.23:1 fail · black 11.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-e8b4b8?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 34.48% 25.55%, oklch(from #ffe5b4 l c h / 0.8381) 0%, rgb(from #ffe5b4 r g b / 0) 47.25%), radial-gradient(circle farthest-corner at 99.31% 46.74%, oklch(from #e8b4b8 l c h / 0.717) 0%, rgb(from #e8b4b8 r g b / 0) 50.39%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_34.48%_25.55%,oklch(from_#ffe5b4_l_c_h_/_0.8381)_0%,rgb(from_#ffe5b4_r_g_b_/_0)_47.25%),radial-gradient(circle_farthest-corner_at_99.31%_46.74%,oklch(from_#e8b4b8_l_c_h_/_0.717)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_50.39%)]`
- Contrast (worst point): white 1.29:1 fail · black 13.59:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ffe5b4-e8b4b8?k=mesh&seed=peach-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.
