# Blush Pink to Charcoal gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #e8b4b8 0%, #e5b2b6 8.28%, #ddaeb2 16.03%, #d2a6ab 23.35%, #c29da2 30.32%, #b19298 37.03%, #9f878d 43.56%, #8b7b82 50%, #796f77 56.44%, #67646c 62.97%, #575a63 69.68%, #4a515b 76.65%, #3f4b54 83.97%, #384750 91.72%, #36454f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#e8b4b8_0%,#e5b2b6_8.28%,#ddaeb2_16.03%,#d2a6ab_23.35%,#c29da2_30.32%,#b19298_37.03%,#9f878d_43.56%,#8b7b82_50%,#796f77_56.44%,#67646c_62.97%,#575a63_69.68%,#4a515b_76.65%,#3f4b54_83.97%,#384750_91.72%,#36454f_100%)]`
- Contrast (worst point): white 1.80:1 fail · black 2.12:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-36454f?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 68.79% 92.92%, oklch(from #e8b4b8 l c h / 0.7511) 0%, rgb(from #e8b4b8 r g b / 0) 51.24%), radial-gradient(circle farthest-corner at 48.24% 22.62%, oklch(from #36454f l c h / 0.8289) 0%, rgb(from #36454f r g b / 0) 50.01%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_68.79%_92.92%,oklch(from_#e8b4b8_l_c_h_/_0.7511)_0%,rgb(from_#e8b4b8_r_g_b_/_0)_51.24%),radial-gradient(circle_farthest-corner_at_48.24%_22.62%,oklch(from_#36454f_l_c_h_/_0.8289)_0%,rgb(from_#36454f_r_g_b_/_0)_50.01%)]`
- Contrast (worst point): white 2.55:1 fail · black 3.37:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.e8b4b8-36454f?k=mesh&seed=blush-pink-to-charcoal

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