Named gradient · uiGradients
Timber
Timber is a purple gradient from uiGradients (MIT) — #fc00ff → #00dbde at 90°. 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 1.72:1 at 100% (fails AA); black ink: worst 6.58:1 at 0% (AA) → use black text.
- Banding medium: ~6px bands at 1440px — add grain 9 (≈1% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #fc00ff 0%, #f53afd 7.14%, #ee53fb 14.29%, #e666f9 21.43%, #dd75f7 28.57%, #d483f5 35.71%, #ca8ff2 42.86%, #c09af0 50%, #b4a5ee 57.14%, #a6afeb 64.29%, #97b8e9 71.43%, #85c1e6 78.57%, #6fcae4 85.71%, #50d3e1 92.86%, #00dbde 100%);
background-image: linear-gradient(90deg in oklab, #fc00ff 0%, #00dbde 100%);
}bg-linear-to-r/oklab from-[#fc00ff] to-[#00dbde]
<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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#fc00ff"/><stop offset="7.14%" stop-color="#f53afd"/><stop offset="14.29%" stop-color="#ee53fb"/><stop offset="21.43%" stop-color="#e666f9"/><stop offset="28.57%" stop-color="#dd75f7"/><stop offset="35.71%" stop-color="#d483f5"/><stop offset="42.86%" stop-color="#ca8ff2"/><stop offset="50%" stop-color="#c09af0"/><stop offset="57.14%" stop-color="#b4a5ee"/><stop offset="64.29%" stop-color="#a6afeb"/><stop offset="71.43%" stop-color="#97b8e9"/><stop offset="78.57%" stop-color="#85c1e6"/><stop offset="85.71%" stop-color="#6fcae4"/><stop offset="92.86%" stop-color="#50d3e1"/><stop offset="100%" stop-color="#00dbde"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"timber": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
0.988,
0,
1
],
"hex": "#fc00ff"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
0,
0.859,
0.871
],
"hex": "#00dbde"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #fc00ff 0%, #00dbde 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Timber",
"contrast": {
"white": {
"ratio": 1.723,
"at": 1,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 6.583,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Timber (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More purple 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 Timber gradient (#fc00ff, #00dbde), 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 uiGradients (MIT) — licences