# Rose Gold to Cadet Blue gradient

Rose Gold (#b76e79) to Cadet Blue (#5f9ea0), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #b76e79 0%, #b76e7c 8.28%, #b56f84 16.03%, #b1718f 23.35%, #ab749d 30.32%, #a179aa 37.03%, #947fb4 43.56%, #8686bb 50%, #778cbc 56.44%, #6b92b9 62.97%, #6297b3 69.68%, #5e9bac 76.65%, #5d9da6 83.97%, #5e9ea2 91.72%, #5f9ea0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#b76e79_0%,#b76e7c_8.28%,#b56f84_16.03%,#b1718f_23.35%,#ab749d_30.32%,#a179aa_37.03%,#947fb4_43.56%,#8686bb_50%,#778cbc_56.44%,#6b92b9_62.97%,#6297b3_69.68%,#5e9bac_76.65%,#5d9da6_83.97%,#5e9ea2_91.72%,#5f9ea0_100%)]`
- Contrast (worst point): white 3.05:1 AA-large · black 5.51:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-5f9ea0?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 10.24% 31.99%, oklch(from #b76e79 l c h / 0.8655) 0%, rgb(from #b76e79 r g b / 0) 52.34%), radial-gradient(circle farthest-corner at 60.11% 19.34%, oklch(from #5f9ea0 l c h / 0.8728) 0%, rgb(from #5f9ea0 r g b / 0) 53.29%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_10.24%_31.99%,oklch(from_#b76e79_l_c_h_/_0.8655)_0%,rgb(from_#b76e79_r_g_b_/_0)_52.34%),radial-gradient(circle_farthest-corner_at_60.11%_19.34%,oklch(from_#5f9ea0_l_c_h_/_0.8728)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_53.29%)]`
- Contrast (worst point): white 3.35:1 AA-large · black 5.66:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.b76e79-5f9ea0?k=mesh&seed=rose-gold-to-cadetblue

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