# Khaki to Turquoise gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #f0e68c 0%, #eee68d 8.28%, #e9e691 16.03%, #e1e696 23.35%, #d6e69c 30.32%, #c9e6a3 37.03%, #bbe5aa 43.56%, #abe5b2 50%, #9ae4b9 56.44%, #88e3bf 62.97%, #76e2c5 69.68%, #63e1c9 76.65%, #53e1cd 83.97%, #45e0cf 91.72%, #40e0d0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#f0e68c_0%,#eee68d_8.28%,#e9e691_16.03%,#e1e696_23.35%,#d6e69c_30.32%,#c9e6a3_37.03%,#bbe5aa_43.56%,#abe5b2_50%,#9ae4b9_56.44%,#88e3bf_62.97%,#76e2c5_69.68%,#63e1c9_76.65%,#53e1cd_83.97%,#45e0cf_91.72%,#40e0d0_100%)]`
- Contrast (worst point): white 1.28:1 fail · black 12.79:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f0e68c-40e0d0?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 23.3% 79.08%, oklch(from #40e0d0 l c h / 0.7207) 0%, rgb(from #40e0d0 r g b / 0) 50.39%), radial-gradient(circle farthest-corner at 29.86% 31.98%, oklch(from #f0e68c l c h / 0.7338) 0%, rgb(from #f0e68c r g b / 0) 57.65%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_23.3%_79.08%,oklch(from_#40e0d0_l_c_h_/_0.7207)_0%,rgb(from_#40e0d0_r_g_b_/_0)_50.39%),radial-gradient(circle_farthest-corner_at_29.86%_31.98%,oklch(from_#f0e68c_l_c_h_/_0.7338)_0%,rgb(from_#f0e68c_r_g_b_/_0)_57.65%)]`
- Contrast (worst point): white 1.35:1 fail · black 14.26:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.f0e68c-40e0d0?k=mesh&seed=khaki-to-turquoise

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