Colour to colour · generated
Light Coral to Emerald Green gradient
Light Coral (#f08080) into Emerald Green (#50c878) — 131° apart on the OKLCH hue wheel. Below: the same two stops interpolated in OKLab and in OKLCH, side by side, because the difference is real and most generators never let you see it; then an eased version and a mesh, each with the worst-case contrast for white and black text. The engine's own pick for this pair is oklab — both colours are in the palette and the hue gap is small enough that the straight line stays clean.
OKLab and OKLCH, side by side
OKLab
Open in maker →A straight line through the a/b plane: the two hues meet halfway and desaturate a little at the midpoint. The safe default — it is what CSS and Tailwind default to.
linear-gradient(135deg in oklab, #f08080 0%, #50c878 100%)
OKLCH (shorter hue)
Open in maker →Chroma and hue interpolate separately, so the midpoint keeps its saturation and the hue travels the short way round the wheel — richer, and it can pass through hues neither colour has.
linear-gradient(135deg in oklch shorter hue, #f08080 0%, #50c878 100%)
And the sRGB line most tools draw, for comparison — the number is the chroma that survives at the dullest point.
Eased and mesh
Eased (soft)
Open in maker →A cubic-bezier(.4, 0, .6, 1) mix ratio baked into 15 stops: the transition lingers on each colour and moves faster through the middle, which is what makes a gradient read as designed rather than default.
linear-gradient(135deg in oklab, #f08080 0%, #ef8180 8.28%, #ea8580 16.03%, #e48b7f 23.35%, #db927f 30.32%, #d09a7e 37.03%, #c4a27d 43.56%, #b6a97c 50%, #a6b07b 56.44%, #95b77b 62.97%, #84bd7a 69.68%, #72c179 76.65%, #62c579 83.97%, #55c778 91.72%, #50c878 100%)
Mesh
Open in maker →Both colours as stacked radials over a base, laid out by a seeded Poisson-disc sampler — the same seed gives the same mesh forever. Exports as CSS, SVG and PNG.
background-color: #b6a97c; background-image: radial-gradient(circle farthest-corner at 70.59% 12.39%, rgba(80, 200, 120, 0.739) 0%, rgba(80, 200, 120, 0) 50.84%), radial-gradient(circle farthest-corner at 99.86% 65.46%, rgba(240, 128, 128, 0.842) 0%, rgba(240, 128, 128, 0) 53.59%); background-image: radial-gradient(circle farthest-corner at 70.59% 12.39%, oklch(from #50c878 l c h / 0.7386) 0%, rgb(from #50c878 r g b / 0) 50.84%), radial-gradient(circle farthest-corner at 99.86% 65.46%, oklch(from #f08080 l c h / 0.842) 0%, rgb(from #f08080 r g b / 0) 53.59%);
Report
- white ink: worst 2.12:1 at 99% (fails AA); black ink: worst 8.09:1 at 2% (AA) → use black text.
- Banding high: ~9px bands at 1440px — add grain 18 (≈2% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(135deg, #f08080 0%, #e98780 7.14%, #e18d7f 14.29%, #d9947e 21.43%, #d1997e 28.57%, #c89f7d 35.71%, #bfa47d 42.86%, #b6a97c 50%, #abae7c 57.14%, #a0b37b 64.29%, #94b77b 71.43%, #87bc7a 78.57%, #78c079 85.71%, #66c479 92.86%, #50c878 100%);
background-image: linear-gradient(135deg in oklab, #f08080 0%, #50c878 100%);
}bg-linear-to-br/oklab from-[#f08080] to-[#50c878]
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="600" viewBox="0 0 1440 600"><defs><linearGradient id="bs-gradient" gradientUnits="userSpaceOnUse" x1="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#f08080"/><stop offset="7.14%" stop-color="#e98780"/><stop offset="14.29%" stop-color="#e18d7f"/><stop offset="21.43%" stop-color="#d9947e"/><stop offset="28.57%" stop-color="#d1997e"/><stop offset="35.71%" stop-color="#c89f7d"/><stop offset="42.86%" stop-color="#bfa47d"/><stop offset="50%" stop-color="#b6a97c"/><stop offset="57.14%" stop-color="#abae7c"/><stop offset="64.29%" stop-color="#a0b37b"/><stop offset="71.43%" stop-color="#94b77b"/><stop offset="78.57%" stop-color="#87bc7a"/><stop offset="85.71%" stop-color="#78c079"/><stop offset="92.86%" stop-color="#66c479"/><stop offset="100%" stop-color="#50c878"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"lightcoral-to-emerald-green": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.941,
0.502,
0.502
],
"hex": "#f08080"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.314,
0.784,
0.471
],
"hex": "#50c878"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(135deg in oklab, #f08080 0%, #50c878 100%)",
"interpolation": "oklab",
"angle": 135,
"name": "lightcoral-to-emerald-green",
"contrast": {
"white": {
"ratio": 2.121,
"at": 0.9931,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 8.087,
"at": 0.015,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Light Coral to Emerald Green, interpolated in oklab."
}
}More from Light Coral
Point any MCP client at the shared gradients endpoint and your agent gets the same engine as this page — make_gradient returns CSS with the interpolation space, Tailwind v4, SVG, a PNG URL, a DTCG token and the contrast report in one call; brand_gradients derives the whole contact sheet from a brand or a palette. Read-only, no key. Every gradient is a /gradients/new/… link: open it, refine, paste it back.
https://mcp.brandsweets.com/gradients/mcpclaude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
›make a light coral to emerald green hero gradient in oklch that passes AA for white text, with grain if it bands
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.
Machine-readable: gradients.md