# Plum to Turquoise gradient

Plum (#dda0dd) to Turquoise (#40e0d0), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #dda0dd 0%, #dca1df 8.28%, #d7a3e6 16.03%, #cfa6ef 23.35%, #c4abf9 30.32%, #b5b1ff 37.03%, #a1b9ff 43.56%, #8ac1ff 50%, #72caff 56.44%, #59d1ff 62.97%, #44d7f3 69.68%, #39dce6 76.65%, #39dedb 83.97%, #3ee0d3 91.72%, #40e0d0 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#dda0dd_0%,#dca1df_8.28%,#d7a3e6_16.03%,#cfa6ef_23.35%,#c4abf9_30.32%,#b5b1ff_37.03%,#a1b9ff_43.56%,#8ac1ff_50%,#72caff_56.44%,#59d1ff_62.97%,#44d7f3_69.68%,#39dce6_76.65%,#39dedb_83.97%,#3ee0d3_91.72%,#40e0d0_100%)]`
- Contrast (worst point): white 1.64:1 fail · black 10.13:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-40e0d0?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 95.74% 3.44%, oklch(from #40e0d0 l c h / 0.7098) 0%, rgb(from #40e0d0 r g b / 0) 56.96%), radial-gradient(circle farthest-corner at 12.79% 60.54%, oklch(from #dda0dd l c h / 0.8721) 0%, rgb(from #dda0dd r g b / 0) 55.23%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_95.74%_3.44%,oklch(from_#40e0d0_l_c_h_/_0.7098)_0%,rgb(from_#40e0d0_r_g_b_/_0)_56.96%),radial-gradient(circle_farthest-corner_at_12.79%_60.54%,oklch(from_#dda0dd_l_c_h_/_0.8721)_0%,rgb(from_#dda0dd_r_g_b_/_0)_55.23%)]`
- Contrast (worst point): white 1.82:1 fail · black 10.82:1 AA · banding low
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-40e0d0?k=mesh&seed=plum-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.
