# Dark Olive Green to Rose Gold gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #556b2f 0%, #576b30 8.28%, #5b6c34 16.03%, #626c39 23.35%, #6a6d3f 30.32%, #736e46 37.03%, #7e6e4e 43.56%, #886f56 50%, #926f5d 56.44%, #9c6f64 62.97%, #a46f6b 69.68%, #ac6f71 76.65%, #b26e75 83.97%, #b66e78 91.72%, #b76e79 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#556b2f_0%,#576b30_8.28%,#5b6c34_16.03%,#626c39_23.35%,#6a6d3f_30.32%,#736e46_37.03%,#7e6e4e_43.56%,#886f56_50%,#926f5d_56.44%,#9c6f64_62.97%,#a46f6b_69.68%,#ac6f71_76.65%,#b26e75_83.97%,#b66e78_91.72%,#b76e79_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.556b2f-b76e79?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 27.03% 13.49%, oklch(from #b76e79 l c h / 0.832) 0%, rgb(from #b76e79 r g b / 0) 52.71%), radial-gradient(circle farthest-corner at 42.66% 56.9%, oklch(from #556b2f l c h / 0.8179) 0%, rgb(from #556b2f r g b / 0) 55.42%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_27.03%_13.49%,oklch(from_#b76e79_l_c_h_/_0.832)_0%,rgb(from_#b76e79_r_g_b_/_0)_52.71%),radial-gradient(circle_farthest-corner_at_42.66%_56.9%,oklch(from_#556b2f_l_c_h_/_0.8179)_0%,rgb(from_#556b2f_r_g_b_/_0)_55.42%)]`
- Contrast (worst point): white 4.08:1 AA-large · black 3.97:1 AA-large · banding high
- Maker: https://brandsweets.com/gradients/new/v1.556b2f-b76e79?k=mesh&seed=darkolivegreen-to-rose-gold

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