# Tan to Cadet Blue gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #d2b48c 0%, #d0b48c 8.28%, #ccb38d 16.03%, #c6b28f 23.35%, #bdb091 30.32%, #b3ae93 37.03%, #a8ac95 43.56%, #9caa98 50%, #90a89a 56.44%, #84a59b 62.97%, #79a39d 69.68%, #6fa19e 76.65%, #679f9f 83.97%, #619ea0 91.72%, #5f9ea0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#d2b48c_0%,#d0b48c_8.28%,#ccb38d_16.03%,#c6b28f_23.35%,#bdb091_30.32%,#b3ae93_37.03%,#a8ac95_43.56%,#9caa98_50%,#90a89a_56.44%,#84a59b_62.97%,#79a39d_69.68%,#6fa19e_76.65%,#679f9f_83.97%,#619ea0_91.72%,#5f9ea0_100%)]`
- Contrast (worst point): white 1.97:1 fail · black 6.88:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-5f9ea0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 98.69% 6.76%, oklch(from #5f9ea0 l c h / 0.8704) 0%, rgb(from #5f9ea0 r g b / 0) 50.56%), radial-gradient(circle farthest-corner at 88.15% 79.03%, oklch(from #d2b48c l c h / 0.7682) 0%, rgb(from #d2b48c r g b / 0) 52.62%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_98.69%_6.76%,oklch(from_#5f9ea0_l_c_h_/_0.8704)_0%,rgb(from_#5f9ea0_r_g_b_/_0)_50.56%),radial-gradient(circle_farthest-corner_at_88.15%_79.03%,oklch(from_#d2b48c_l_c_h_/_0.7682)_0%,rgb(from_#d2b48c_r_g_b_/_0)_52.62%)]`
- Contrast (worst point): white 2.11:1 fail · black 8.60:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.d2b48c-5f9ea0?k=mesh&seed=tan-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.
