# Cadet Blue to Rose Gold gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #5f9ea0 0%, #5e9ea2 8.28%, #5d9da6 16.03%, #5e9bac 23.35%, #6297b3 30.32%, #6b92b9 37.03%, #778cbc 43.56%, #8686bb 50%, #947fb4 56.44%, #a179aa 62.97%, #ab749d 69.68%, #b1718f 76.65%, #b56f84 83.97%, #b76e7c 91.72%, #b76e79 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#5f9ea0_0%,#5e9ea2_8.28%,#5d9da6_16.03%,#5e9bac_23.35%,#6297b3_30.32%,#6b92b9_37.03%,#778cbc_43.56%,#8686bb_50%,#947fb4_56.44%,#a179aa_62.97%,#ab749d_69.68%,#b1718f_76.65%,#b56f84_83.97%,#b76e7c_91.72%,#b76e79_100%)]`
- Contrast (worst point): white 3.05:1 AA-large · black 5.51:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-b76e79?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 20.55% 17.2%, oklch(from #b76e79 l c h / 0.7025) 0%, rgb(from #b76e79 r g b / 0) 58.7%), radial-gradient(circle farthest-corner at 7.99% 53.36%, oklch(from #5f9ea0 l c h / 0.8438) 0%, rgb(from #5f9ea0 r g b / 0) 46.05%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_20.55%_17.2%,oklch(from_#b76e79_l_c_h_/_0.7025)_0%,rgb(from_#b76e79_r_g_b_/_0)_58.7%),radial-gradient(circle_farthest-corner_at_7.99%_53.36%,oklch(from_#5f9ea0_l_c_h_/_0.8438)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_46.05%)]`
- Contrast (worst point): white 3.41:1 AA-large · black 5.65:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-b76e79?k=mesh&seed=cadetblue-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.
