# Turquoise to Khaki gradient

Turquoise (#40e0d0) to Khaki (#f0e68c), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/turquoise-to-khaki
- Colors: https://brandsweets.com/colors/turquoise, https://brandsweets.com/colors/khaki
- Reverse: https://brandsweets.com/gradients/khaki-to-turquoise

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #40e0d0 0%, #45e0cf 8.28%, #53e1cd 16.03%, #63e1c9 23.35%, #76e2c5 30.32%, #88e3bf 37.03%, #9ae4b9 43.56%, #abe5b2 50%, #bbe5aa 56.44%, #c9e6a3 62.97%, #d6e69c 69.68%, #e1e696 76.65%, #e9e691 83.97%, #eee68d 91.72%, #f0e68c 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#40e0d0_0%,#45e0cf_8.28%,#53e1cd_16.03%,#63e1c9_23.35%,#76e2c5_30.32%,#88e3bf_37.03%,#9ae4b9_43.56%,#abe5b2_50%,#bbe5aa_56.44%,#c9e6a3_62.97%,#d6e69c_69.68%,#e1e696_76.65%,#e9e691_83.97%,#eee68d_91.72%,#f0e68c_100%)]`
- Contrast (worst point): white 1.28:1 fail · black 12.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.40e0d0-f0e68c?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 18.74% 86.59%, oklch(from #40e0d0 l c h / 0.7995) 0%, rgb(from #40e0d0 r g b / 0) 58.76%), radial-gradient(circle farthest-corner at 44.37% 14.6%, oklch(from #f0e68c l c h / 0.7011) 0%, rgb(from #f0e68c r g b / 0) 57.03%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_18.74%_86.59%,oklch(from_#40e0d0_l_c_h_/_0.7995)_0%,rgb(from_#40e0d0_r_g_b_/_0)_58.76%),radial-gradient(circle_farthest-corner_at_44.37%_14.6%,oklch(from_#f0e68c_l_c_h_/_0.7011)_0%,rgb(from_#f0e68c_r_g_b_/_0)_57.03%)]`
- Contrast (worst point): white 1.39:1 fail · black 14.08:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.40e0d0-f0e68c?k=mesh&seed=turquoise-to-khaki

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