Named gradient · uiGradients

Learning and Leading

Learning and Leading is a orange gradient from uiGradients (MIT) — #f7971e → #ffd200 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 9.40:1 · AA
white 1.45 failsblack 9.40 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.

sRGB95%
OKLab95%
OKLCH95%

Report

  • white ink: worst 1.45:1 at 100% (fails AA); black ink: worst 9.40:1 at 0% (AA) → use black text.
  • Banding high: ~24px bands at 1440px — add grain 46 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f7971e 0%, #f89b1d 7.14%, #f9a01c 14.29%, #f9a41b 21.43%, #faa81a 28.57%, #fbac18 35.71%, #fbb117 42.86%, #fcb515 50%, #fcb913 57.14%, #fdbd11 64.29%, #fdc10f 71.43%, #fec60c 78.57%, #feca08 85.71%, #ffce04 92.86%, #ffd200 100%);
  background-image: linear-gradient(90deg in oklab, #f7971e 0%, #ffd200 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f7971e] to-[#ffd200]
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="#f7971e"/><stop offset="7.14%" stop-color="#f89b1d"/><stop offset="14.29%" stop-color="#f9a01c"/><stop offset="21.43%" stop-color="#f9a41b"/><stop offset="28.57%" stop-color="#faa81a"/><stop offset="35.71%" stop-color="#fbac18"/><stop offset="42.86%" stop-color="#fbb117"/><stop offset="50%" stop-color="#fcb515"/><stop offset="57.14%" stop-color="#fcb913"/><stop offset="64.29%" stop-color="#fdbd11"/><stop offset="71.43%" stop-color="#fdc10f"/><stop offset="78.57%" stop-color="#fec60c"/><stop offset="85.71%" stop-color="#feca08"/><stop offset="92.86%" stop-color="#ffce04"/><stop offset="100%" stop-color="#ffd200"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "learning-and-leading": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.969,
            0.592,
            0.118
          ],
          "hex": "#f7971e"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.824,
            0
          ],
          "hex": "#ffd200"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f7971e 0%, #ffd200 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Learning and Leading",
        "contrast": {
          "white": {
            "ratio": 1.451,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.4,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Learning and Leading (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More orange 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 Learning and Leading gradient (#f7971e, #ffd200), 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