# Rose Gold to Eggplant gradient

Rose Gold (#b76e79) to Eggplant (#614051), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/rose-gold-to-eggplant
- Colors: https://brandsweets.com/colors/rose-gold, https://brandsweets.com/colors/eggplant
- Reverse: https://brandsweets.com/gradients/eggplant-to-rose-gold

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b76e79 0%, #b66d78 8.28%, #b26b77 16.03%, #ac6874 23.35%, #a56571 30.32%, #9d606d 37.03%, #945c69 43.56%, #8b5765 50%, #825261 56.44%, #794d5d 62.97%, #714959 69.68%, #6b4556 76.65%, #664253 83.97%, #624152 91.72%, #614051 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b76e79_0%,#b66d78_8.28%,#b26b77_16.03%,#ac6874_23.35%,#a56571_30.32%,#9d606d_37.03%,#945c69_43.56%,#8b5765_50%,#825261_56.44%,#794d5d_62.97%,#714959_69.68%,#6b4556_76.65%,#664253_83.97%,#624152_91.72%,#614051_100%)]`
- Contrast (worst point): white 3.80:1 AA-large · black 2.36:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-614051?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 89.75% 90.9%, oklch(from #b76e79 l c h / 0.825) 0%, rgb(from #b76e79 r g b / 0) 56.29%), radial-gradient(circle farthest-corner at 23.73% 73.42%, oklch(from #614051 l c h / 0.7691) 0%, rgb(from #614051 r g b / 0) 45.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_89.75%_90.9%,oklch(from_#b76e79_l_c_h_/_0.825)_0%,rgb(from_#b76e79_r_g_b_/_0)_56.29%),radial-gradient(circle_farthest-corner_at_23.73%_73.42%,oklch(from_#614051_l_c_h_/_0.7691)_0%,rgb(from_#614051_r_g_b_/_0)_45.05%)]`
- Contrast (worst point): white 4.08:1 AA-large · black 3.40:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-614051?k=mesh&seed=rose-gold-to-eggplant

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