# Ochre to Cadet Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #cc7722 0%, #cb7826 8.28%, #c77a2f 16.03%, #c27d3b 23.35%, #bb8147 30.32%, #b38654 37.03%, #a98a61 43.56%, #9f8e6d 50%, #939279 56.44%, #889683 62.97%, #7c988d 69.68%, #719b95 76.65%, #689d9b 83.97%, #619e9f 91.72%, #5f9ea0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#cc7722_0%,#cb7826_8.28%,#c77a2f_16.03%,#c27d3b_23.35%,#bb8147_30.32%,#b38654_37.03%,#a98a61_43.56%,#9f8e6d_50%,#939279_56.44%,#889683_62.97%,#7c988d_69.68%,#719b95_76.65%,#689d9b_83.97%,#619e9f_91.72%,#5f9ea0_100%)]`
- Contrast (worst point): white 3.04:1 AA-large · black 6.20:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cc7722-5f9ea0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 19.15% 84.78%, oklch(from #cc7722 l c h / 0.7367) 0%, rgb(from #cc7722 r g b / 0) 55.99%), radial-gradient(circle farthest-corner at 22.69% 29.73%, oklch(from #5f9ea0 l c h / 0.8599) 0%, rgb(from #5f9ea0 r g b / 0) 54.93%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_19.15%_84.78%,oklch(from_#cc7722_l_c_h_/_0.7367)_0%,rgb(from_#cc7722_r_g_b_/_0)_55.99%),radial-gradient(circle_farthest-corner_at_22.69%_29.73%,oklch(from_#5f9ea0_l_c_h_/_0.8599)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_54.93%)]`
- Contrast (worst point): white 3.13:1 AA-large · black 6.33:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.cc7722-5f9ea0?k=mesh&seed=ochre-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.
