Named gradient · WebGradients
Desert Hump
Desert Hump is a red gradient from WebGradients (MIT) — #c79081 → #dfa579 at 0°. Shown here interpolated in OKLab, next to the original sRGB, with the worst-case contrast for white and black text and every export.
Same stops, three spaces
The source renders this in sRGB. The number is how much chroma survives at the dullest point along the line — the difference between the first bar and the others is the grey that OKLab removes.
Report
- white ink: worst 2.14:1 at 98% (fails AA); black ink: worst 7.74:1 at 0% (AA) → use black text.
- Banding high: ~60px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(0deg, #c79081 0%, #c99181 7.14%, #ca9380 14.29%, #cc9480 21.43%, #ce967f 28.57%, #cf977f 35.71%, #d1997e 42.86%, #d39a7d 50%, #d59c7d 57.14%, #d69d7c 64.29%, #d89f7c 71.43%, #daa07b 78.57%, #dca27a 85.71%, #dda37a 92.86%, #dfa579 100%);
background-image: linear-gradient(0deg in oklab, #c79081 0%, #dfa579 100%);
}bg-linear-to-t/oklab from-[#c79081] to-[#dfa579]
<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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#c79081"/><stop offset="7.14%" stop-color="#c99181"/><stop offset="14.29%" stop-color="#ca9380"/><stop offset="21.43%" stop-color="#cc9480"/><stop offset="28.57%" stop-color="#ce967f"/><stop offset="35.71%" stop-color="#cf977f"/><stop offset="42.86%" stop-color="#d1997e"/><stop offset="50%" stop-color="#d39a7d"/><stop offset="57.14%" stop-color="#d59c7d"/><stop offset="64.29%" stop-color="#d69d7c"/><stop offset="71.43%" stop-color="#d89f7c"/><stop offset="78.57%" stop-color="#daa07b"/><stop offset="85.71%" stop-color="#dca27a"/><stop offset="92.86%" stop-color="#dda37a"/><stop offset="100%" stop-color="#dfa579"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"desert-hump": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.78,
0.565,
0.506
],
"hex": "#c79081"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0.875,
0.647,
0.475
],
"hex": "#dfa579"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(0deg in oklab, #c79081 0%, #dfa579 100%)",
"interpolation": "oklab",
"angle": 0,
"name": "Desert Hump",
"contrast": {
"white": {
"ratio": 2.144,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 7.735,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Desert Hump (WebGradients, MIT), rendered in OKLab."
}
}Tagged
More red gradients
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
›take the Desert Hump gradient (#c79081, #dfa579), re-interpolate it in oklch, and tell me the worst-case contrast for white text
Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.
Machine-readable: gradients.md · From WebGradients (MIT) — licences