# Dark Sea Green to Plum gradient

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

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

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #8fbc8f 0%, #92bc8d 8.28%, #99bb87 16.03%, #a5b97e 23.35%, #b4b575 30.32%, #c4b06f 37.03%, #d5aa6f 43.56%, #e2a479 50%, #eb9f89 56.44%, #ee9b9d 62.97%, #ed9bb1 69.68%, #e99cc3 76.65%, #e39ed1 83.97%, #df9fda 91.72%, #dda0dd 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#8fbc8f_0%,#92bc8d_8.28%,#99bb87_16.03%,#a5b97e_23.35%,#b4b575_30.32%,#c4b06f_37.03%,#d5aa6f_43.56%,#e2a479_50%,#eb9f89_56.44%,#ee9b9d_62.97%,#ed9bb1_69.68%,#e99cc3_76.65%,#e39ed1_83.97%,#df9fda_91.72%,#dda0dd_100%)]`
- Contrast (worst point): white 2.06:1 fail · black 9.73:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.8fbc8f-dda0dd?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 8.25% 74.68%, oklch(from #dda0dd l c h / 0.7471) 0%, rgb(from #dda0dd r g b / 0) 51.02%), radial-gradient(circle farthest-corner at 21.23% 35.02%, oklch(from #8fbc8f l c h / 0.7395) 0%, rgb(from #8fbc8f r g b / 0) 58.3%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_8.25%_74.68%,oklch(from_#dda0dd_l_c_h_/_0.7471)_0%,rgb(from_#dda0dd_r_g_b_/_0)_51.02%),radial-gradient(circle_farthest-corner_at_21.23%_35.02%,oklch(from_#8fbc8f_l_c_h_/_0.7395)_0%,rgb(from_#8fbc8f_r_g_b_/_0)_58.3%)]`
- Contrast (worst point): white 2.11:1 fail · black 9.72:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.8fbc8f-dda0dd?k=mesh&seed=darkseagreen-to-plum

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