Named gradient · uiGradients

Parklife

Parklife is a green gradient from uiGradients (MIT) — #add100 → #7b920a 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.96:1 · AA
white 1.76 failsblack 5.96 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.

sRGB86%
OKLab86%
OKLCH86%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #add100 0%, #a9cc01 7.14%, #a6c802 14.29%, #a2c303 21.43%, #9ebf04 28.57%, #9bba05 35.71%, #97b506 42.86%, #94b107 50%, #90ac07 57.14%, #8da808 64.29%, #89a408 71.43%, #859f09 78.57%, #829b09 85.71%, #7e960a 92.86%, #7b920a 100%);
  background-image: linear-gradient(90deg in oklab, #add100 0%, #7b920a 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#add100] to-[#7b920a]
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="#add100"/><stop offset="7.14%" stop-color="#a9cc01"/><stop offset="14.29%" stop-color="#a6c802"/><stop offset="21.43%" stop-color="#a2c303"/><stop offset="28.57%" stop-color="#9ebf04"/><stop offset="35.71%" stop-color="#9bba05"/><stop offset="42.86%" stop-color="#97b506"/><stop offset="50%" stop-color="#94b107"/><stop offset="57.14%" stop-color="#90ac07"/><stop offset="64.29%" stop-color="#8da808"/><stop offset="71.43%" stop-color="#89a408"/><stop offset="78.57%" stop-color="#859f09"/><stop offset="85.71%" stop-color="#829b09"/><stop offset="92.86%" stop-color="#7e960a"/><stop offset="100%" stop-color="#7b920a"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "parklife": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.678,
            0.82,
            0
          ],
          "hex": "#add100"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.482,
            0.573,
            0.039
          ],
          "hex": "#7b920a"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #add100 0%, #7b920a 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Parklife",
        "contrast": {
          "white": {
            "ratio": 1.765,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.958,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Parklife (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More green 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 Parklife gradient (#add100, #7b920a), 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