# Rose Gold to Dark Olive Green gradient

Rose Gold (#b76e79) to Dark Olive Green (#556b2f), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #b76e79 0%, #b66e78 8.28%, #b26e75 16.03%, #ac6f71 23.35%, #a46f6b 30.32%, #9c6f64 37.03%, #926f5d 43.56%, #886f56 50%, #7e6e4e 56.44%, #736e46 62.97%, #6a6d3f 69.68%, #626c39 76.65%, #5b6c34 83.97%, #576b30 91.72%, #556b2f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#b76e79_0%,#b66e78_8.28%,#b26e75_16.03%,#ac6f71_23.35%,#a46f6b_30.32%,#9c6f64_37.03%,#926f5d_43.56%,#886f56_50%,#7e6e4e_56.44%,#736e46_62.97%,#6a6d3f_69.68%,#626c39_76.65%,#5b6c34_83.97%,#576b30_91.72%,#556b2f_100%)]`
- Contrast (worst point): white 3.80:1 AA-large · black 3.53:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-556b2f?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 19.15% 90.16%, oklch(from #b76e79 l c h / 0.7656) 0%, rgb(from #b76e79 r g b / 0) 54.17%), radial-gradient(circle farthest-corner at 76.54% 92.17%, oklch(from #556b2f l c h / 0.7562) 0%, rgb(from #556b2f r g b / 0) 58.73%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_19.15%_90.16%,oklch(from_#b76e79_l_c_h_/_0.7656)_0%,rgb(from_#b76e79_r_g_b_/_0)_54.17%),radial-gradient(circle_farthest-corner_at_76.54%_92.17%,oklch(from_#556b2f_l_c_h_/_0.7562)_0%,rgb(from_#556b2f_r_g_b_/_0)_58.73%)]`
- Contrast (worst point): white 4.62:1 AA · black 3.79:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-556b2f?k=mesh&seed=rose-gold-to-darkolivegreen

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