# Plum to Dark Sea Green gradient

Plum (#dda0dd) to Dark Sea Green (#8fbc8f), interpolated perceptually. The engine's pick for this pair is oklch.

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #dda0dd 0%, #df9fda 8.28%, #e39ed1 16.03%, #e99cc3 23.35%, #ed9bb1 30.32%, #ee9b9d 37.03%, #eb9f89 43.56%, #e2a479 50%, #d5aa6f 56.44%, #c4b06f 62.97%, #b4b575 69.68%, #a5b97e 76.65%, #99bb87 83.97%, #92bc8d 91.72%, #8fbc8f 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#dda0dd_0%,#df9fda_8.28%,#e39ed1_16.03%,#e99cc3_23.35%,#ed9bb1_30.32%,#ee9b9d_37.03%,#eb9f89_43.56%,#e2a479_50%,#d5aa6f_56.44%,#c4b06f_62.97%,#b4b575_69.68%,#a5b97e_76.65%,#99bb87_83.97%,#92bc8d_91.72%,#8fbc8f_100%)]`
- Contrast (worst point): white 2.06:1 fail · black 9.73:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-8fbc8f?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 19.41% 14.46%, oklch(from #dda0dd l c h / 0.7512) 0%, rgb(from #dda0dd r g b / 0) 52.61%), radial-gradient(circle farthest-corner at 60.42% 83.41%, oklch(from #8fbc8f l c h / 0.7582) 0%, rgb(from #8fbc8f r g b / 0) 49.82%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_19.41%_14.46%,oklch(from_#dda0dd_l_c_h_/_0.7512)_0%,rgb(from_#dda0dd_r_g_b_/_0)_52.61%),radial-gradient(circle_farthest-corner_at_60.42%_83.41%,oklch(from_#8fbc8f_l_c_h_/_0.7582)_0%,rgb(from_#8fbc8f_r_g_b_/_0)_49.82%)]`
- Contrast (worst point): white 2.08:1 fail · black 9.77:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.dda0dd-8fbc8f?k=mesh&seed=plum-to-darkseagreen

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