# Seafoam to Lilac gradient

Seafoam (#93e9be) to Lilac (#c8a2c8), interpolated perceptually. The engine's pick for this pair is oklch.

- Page: https://brandsweets.com/gradients/seafoam-to-lilac
- Colors: https://brandsweets.com/colors/seafoam, https://brandsweets.com/colors/lilac
- Reverse: https://brandsweets.com/gradients/lilac-to-seafoam

## OKLab

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

## OKLCH (shorter hue)

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

## Eased (soft)

- CSS: `linear-gradient(135deg in oklch shorter hue, #93e9be 0%, #90e9c1 8.28%, #88e7c8 16.03%, #7fe5d3 23.35%, #79e1df 30.32%, #7bdaea 37.03%, #84d2f2 43.56%, #92c9f6 50%, #a1bff4 56.44%, #aeb6ed 62.97%, #b9afe4 69.68%, #c1a9d9 76.65%, #c5a5d0 83.97%, #c7a3ca 91.72%, #c8a2c8 100%)`
- Tailwind: `bg-[linear-gradient(135deg_in_oklch_shorter_hue,#93e9be_0%,#90e9c1_8.28%,#88e7c8_16.03%,#7fe5d3_23.35%,#79e1df_30.32%,#7bdaea_37.03%,#84d2f2_43.56%,#92c9f6_50%,#a1bff4_56.44%,#aeb6ed_62.97%,#b9afe4_69.68%,#c1a9d9_76.65%,#c5a5d0_83.97%,#c7a3ca_91.72%,#c8a2c8_100%)]`
- Contrast (worst point): white 1.43:1 fail · black 9.46:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-c8a2c8?a=135&in=oklch&hue=shorter&e=soft&n=15

## Mesh

- CSS: `radial-gradient(circle farthest-corner at 2.27% 1.85%, oklch(from #93e9be l c h / 0.7757) 0%, rgb(from #93e9be r g b / 0) 48.09%), radial-gradient(circle farthest-corner at 53.3% 83.25%, oklch(from #c8a2c8 l c h / 0.7845) 0%, rgb(from #c8a2c8 r g b / 0) 56.02%)`
- Tailwind: `bg-[radial-gradient(circle_farthest-corner_at_2.27%_1.85%,oklch(from_#93e9be_l_c_h_/_0.7757)_0%,rgb(from_#93e9be_r_g_b_/_0)_48.09%),radial-gradient(circle_farthest-corner_at_53.3%_83.25%,oklch(from_#c8a2c8_l_c_h_/_0.7845)_0%,rgb(from_#c8a2c8_r_g_b_/_0)_56.02%)]`
- Contrast (worst point): white 1.51:1 fail · black 10.59:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.93e9be-c8a2c8?k=mesh&seed=seafoam-to-lilac

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