Named gradient · uiGradients

Evening Sunshine

Evening Sunshine is a red gradient from uiGradients (MIT) — #b92b27 → #1565c0 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.

Aa — the quick brown fox
white text · worst 5.71:1 · AA
white 5.71 AAblack 3.43 AA largebanding high

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.

sRGB46%
OKLab41%
OKLCH94%

Report

  • white ink: worst 5.71:1 at 85% (AA); black ink: worst 3.43:1 at 1% (AA-large only) → use white text.
  • Banding high: ~9px bands at 1440px — add grain 18 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #b92b27 0%, #b13637 7.14%, #a93f45 14.29%, #a14651 21.43%, #994c5c 28.57%, #905167 35.71%, #875572 42.86%, #7e597c 50%, #745c86 57.14%, #6a5f90 64.29%, #5f6199 71.43%, #5262a3 78.57%, #4464ad 85.71%, #3265b6 92.86%, #1565c0 100%);
  background-image: linear-gradient(90deg in oklab, #b92b27 0%, #1565c0 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#b92b27] to-[#1565c0]
svg
<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="#b92b27"/><stop offset="7.14%" stop-color="#b13637"/><stop offset="14.29%" stop-color="#a93f45"/><stop offset="21.43%" stop-color="#a14651"/><stop offset="28.57%" stop-color="#994c5c"/><stop offset="35.71%" stop-color="#905167"/><stop offset="42.86%" stop-color="#875572"/><stop offset="50%" stop-color="#7e597c"/><stop offset="57.14%" stop-color="#745c86"/><stop offset="64.29%" stop-color="#6a5f90"/><stop offset="71.43%" stop-color="#5f6199"/><stop offset="78.57%" stop-color="#5262a3"/><stop offset="85.71%" stop-color="#4464ad"/><stop offset="92.86%" stop-color="#3265b6"/><stop offset="100%" stop-color="#1565c0"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "evening-sunshine": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.725,
            0.169,
            0.153
          ],
          "hex": "#b92b27"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.082,
            0.396,
            0.753
          ],
          "hex": "#1565c0"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #b92b27 0%, #1565c0 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Evening Sunshine",
        "contrast": {
          "white": {
            "ratio": 5.708,
            "at": 0.849,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 3.43,
            "at": 0.0081,
            "passesAA": false,
            "passesAALarge": true
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Evening Sunshine (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More red gradients

mcpConnect your agent to the gradient engine
live endpoint

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.

endpointhttps://mcp.brandsweets.com/gradients/mcp
claude mcp add --transport http brandsweets-gradients https://mcp.brandsweets.com/gradients/mcp
try this prompt

take the Evening Sunshine gradient (#b92b27, #1565c0), 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