Named gradient · uiGradients

Flare

Flare is a red gradient from uiGradients (MIT) — #f12711 → #f5af19 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
black text · worst 5.04:1 · AA
white 1.90 failsblack 5.04 AAbanding 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.

sRGB81%
OKLab81%
OKLCH82%

Report

  • white ink: worst 1.90:1 at 100% (fails AA); black ink: worst 5.04:1 at 0% (AA) → use black text.
  • Banding high: ~11px bands at 1440px — add grain 22 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f12711 0%, #f23812 7.14%, #f34512 14.29%, #f45113 21.43%, #f55b13 28.57%, #f56514 35.71%, #f66e15 42.86%, #f67715 50%, #f78016 57.14%, #f78816 64.29%, #f79017 71.43%, #f79817 78.57%, #f6a018 85.71%, #f6a718 92.86%, #f5af19 100%);
  background-image: linear-gradient(90deg in oklab, #f12711 0%, #f5af19 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f12711] to-[#f5af19]
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="#f12711"/><stop offset="7.14%" stop-color="#f23812"/><stop offset="14.29%" stop-color="#f34512"/><stop offset="21.43%" stop-color="#f45113"/><stop offset="28.57%" stop-color="#f55b13"/><stop offset="35.71%" stop-color="#f56514"/><stop offset="42.86%" stop-color="#f66e15"/><stop offset="50%" stop-color="#f67715"/><stop offset="57.14%" stop-color="#f78016"/><stop offset="64.29%" stop-color="#f78816"/><stop offset="71.43%" stop-color="#f79017"/><stop offset="78.57%" stop-color="#f79817"/><stop offset="85.71%" stop-color="#f6a018"/><stop offset="92.86%" stop-color="#f6a718"/><stop offset="100%" stop-color="#f5af19"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "flare": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.945,
            0.153,
            0.067
          ],
          "hex": "#f12711"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.961,
            0.686,
            0.098
          ],
          "hex": "#f5af19"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f12711 0%, #f5af19 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Flare",
        "contrast": {
          "white": {
            "ratio": 1.904,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.038,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Flare (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 Flare gradient (#f12711, #f5af19), 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