Named gradient · uiGradients
Pastel Orange at the Sun
Pastel Orange at the Sun is a orange gradient from uiGradients (MIT) — #ffb347 → #ffcc33 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.51:1 at 98% (fails AA); black ink: worst 11.79:1 at 0% (AA) → use black text.
- Banding high: ~58px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.
Export
.gradient {
background-image: linear-gradient(90deg, #ffb347 0%, #ffb546 7.14%, #ffb745 14.29%, #ffb844 21.43%, #ffba42 28.57%, #ffbc41 35.71%, #ffbe40 42.86%, #ffc03f 50%, #ffc13d 57.14%, #ffc33c 64.29%, #ffc53a 71.43%, #ffc738 78.57%, #ffc837 85.71%, #ffca35 92.86%, #ffcc33 100%);
background-image: linear-gradient(90deg in oklab, #ffb347 0%, #ffcc33 100%);
}bg-linear-to-r/oklab from-[#ffb347] to-[#ffcc33]
<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="#ffb347"/><stop offset="7.14%" stop-color="#ffb546"/><stop offset="14.29%" stop-color="#ffb745"/><stop offset="21.43%" stop-color="#ffb844"/><stop offset="28.57%" stop-color="#ffba42"/><stop offset="35.71%" stop-color="#ffbc41"/><stop offset="42.86%" stop-color="#ffbe40"/><stop offset="50%" stop-color="#ffc03f"/><stop offset="57.14%" stop-color="#ffc13d"/><stop offset="64.29%" stop-color="#ffc33c"/><stop offset="71.43%" stop-color="#ffc53a"/><stop offset="78.57%" stop-color="#ffc738"/><stop offset="85.71%" stop-color="#ffc837"/><stop offset="92.86%" stop-color="#ffca35"/><stop offset="100%" stop-color="#ffcc33"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
{
"pastel-orange-at-the-sun": {
"$type": "gradient",
"$value": [
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.702,
0.278
],
"hex": "#ffb347"
},
"position": 0
},
{
"color": {
"colorSpace": "srgb",
"components": [
1,
0.8,
0.2
],
"hex": "#ffcc33"
},
"position": 1
}
],
"$extensions": {
"com.brandsweets": {
"kind": "linear",
"css": "linear-gradient(90deg in oklab, #ffb347 0%, #ffcc33 100%)",
"interpolation": "oklab",
"angle": 90,
"name": "Pastel Orange at the Sun",
"contrast": {
"white": {
"ratio": 1.507,
"at": 0.9841,
"passesAA": false,
"passesAALarge": false
},
"black": {
"ratio": 11.791,
"at": 0,
"passesAA": true,
"passesAALarge": true
},
"suggestedInk": "#000000"
}
}
},
"$description": "Pastel Orange at the Sun (uiGradients, MIT), rendered in OKLab."
}
}Tagged
More orange 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 Pastel Orange at the Sun gradient (#ffb347, #ffcc33), 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