# Cadet Blue to Ochre gradient

Cadet Blue (#5f9ea0) to Ochre (#cc7722), interpolated perceptually. The engine's pick for this pair is oklab.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #5f9ea0 0%, #619e9f 8.28%, #689d9b 16.03%, #719b95 23.35%, #7c988d 30.32%, #889683 37.03%, #939279 43.56%, #9f8e6d 50%, #a98a61 56.44%, #b38654 62.97%, #bb8147 69.68%, #c27d3b 76.65%, #c77a2f 83.97%, #cb7826 91.72%, #cc7722 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#5f9ea0_0%,#619e9f_8.28%,#689d9b_16.03%,#719b95_23.35%,#7c988d_30.32%,#889683_37.03%,#939279_43.56%,#9f8e6d_50%,#a98a61_56.44%,#b38654_62.97%,#bb8147_69.68%,#c27d3b_76.65%,#c77a2f_83.97%,#cb7826_91.72%,#cc7722_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 6.20:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-cc7722?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 98.25% 90.25%, oklch(from #cc7722 l c h / 0.7969) 0%, rgb(from #cc7722 r g b / 0) 59.75%), radial-gradient(circle farthest-corner at 5.36% 40.77%, oklch(from #5f9ea0 l c h / 0.8103) 0%, rgb(from #5f9ea0 r g b / 0) 50.68%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_98.25%_90.25%,oklch(from_#cc7722_l_c_h_/_0.7969)_0%,rgb(from_#cc7722_r_g_b_/_0)_59.75%),radial-gradient(circle_farthest-corner_at_5.36%_40.77%,oklch(from_#5f9ea0_l_c_h_/_0.8103)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_50.68%)]`
- Contrast (worst point): white 3.17:1 AA-large · black 6.20:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.5f9ea0-cc7722?k=mesh&seed=cadetblue-to-ochre

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