# Periwinkle to Eggplant gradient

Periwinkle (#ccccff) to Eggplant (#614051), interpolated perceptually. The engine's pick for this pair is oklab.

- Page: https://brandsweets.com/gradients/periwinkle-to-eggplant
- Colors: https://brandsweets.com/colors/periwinkle, https://brandsweets.com/colors/eggplant
- Reverse: https://brandsweets.com/gradients/eggplant-to-periwinkle

## OKLab

- CSS: `linear-gradient(135deg in oklab, #ccccff 0%, #614051 100%)`
- Tailwind: `bg-linear-to-br/oklab from-[#ccccff] to-[#614051]`
- Contrast (worst point): white 1.54:1 fail · black 2.36:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-614051?a=135

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklab, #ccccff 0%, #cacafc 8.28%, #c6c4f5 16.03%, #bfbae9 23.35%, #b6aeda 30.32%, #aca1c9 37.03%, #a192b7 43.56%, #9683a4 50%, #8b7491 56.44%, #806680 62.97%, #765a71 69.68%, #6d4f64 76.65%, #67475a 83.97%, #634253 91.72%, #614051 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklab,#ccccff_0%,#cacafc_8.28%,#c6c4f5_16.03%,#bfbae9_23.35%,#b6aeda_30.32%,#aca1c9_37.03%,#a192b7_43.56%,#9683a4_50%,#8b7491_56.44%,#806680_62.97%,#765a71_69.68%,#6d4f64_76.65%,#67475a_83.97%,#634253_91.72%,#614051_100%)]`
- Contrast (worst point): white 1.54:1 fail · black 2.36:1 fail · banding medium
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-614051?a=135&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 32.76% 84.82%, oklch(from #ccccff l c h / 0.7696) 0%, rgb(from #ccccff r g b / 0) 46.34%), radial-gradient(circle farthest-corner at 49.82% 27.28%, oklch(from #614051 l c h / 0.8386) 0%, rgb(from #614051 r g b / 0) 58.15%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_32.76%_84.82%,oklch(from_#ccccff_l_c_h_/_0.7696)_0%,rgb(from_#ccccff_r_g_b_/_0)_46.34%),radial-gradient(circle_farthest-corner_at_49.82%_27.28%,oklch(from_#614051_l_c_h_/_0.8386)_0%,rgb(from_#614051_r_g_b_/_0)_58.15%)]`
- Contrast (worst point): white 3.09:1 AA-large · black 3.62:1 AA-large · banding low
- Maker: https://brandsweets.com/gradients/new/v1.ccccff-614051?k=mesh&seed=periwinkle-to-eggplant

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