Named gradient · uiGradients

Limeade

Limeade is a green gradient from uiGradients (MIT) — #a1ffce → #faffd1 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 17.71:1 · AA
white 1.03 failsblack 17.71 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.

sRGB69%
OKLab69%
OKLCH69%

Report

  • white ink: worst 1.03:1 at 100% (fails AA); black ink: worst 17.71:1 at 0% (AA) → use black text.
  • White text disappears completely at 100% (1.00:1 crossing).
  • Banding high: ~16px bands at 1440px — add grain 33 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #a1ffce 0%, #a9ffce 7.14%, #b0ffce 14.29%, #b7ffcf 21.43%, #bdffcf 28.57%, #c4ffcf 35.71%, #cbffcf 42.86%, #d1ffd0 50%, #d7ffd0 57.14%, #ddffd0 64.29%, #e3ffd0 71.43%, #e9ffd0 78.57%, #efffd1 85.71%, #f4ffd1 92.86%, #faffd1 100%);
  background-image: linear-gradient(90deg in oklab, #a1ffce 0%, #faffd1 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#a1ffce] to-[#faffd1]
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="#a1ffce"/><stop offset="7.14%" stop-color="#a9ffce"/><stop offset="14.29%" stop-color="#b0ffce"/><stop offset="21.43%" stop-color="#b7ffcf"/><stop offset="28.57%" stop-color="#bdffcf"/><stop offset="35.71%" stop-color="#c4ffcf"/><stop offset="42.86%" stop-color="#cbffcf"/><stop offset="50%" stop-color="#d1ffd0"/><stop offset="57.14%" stop-color="#d7ffd0"/><stop offset="64.29%" stop-color="#ddffd0"/><stop offset="71.43%" stop-color="#e3ffd0"/><stop offset="78.57%" stop-color="#e9ffd0"/><stop offset="85.71%" stop-color="#efffd1"/><stop offset="92.86%" stop-color="#f4ffd1"/><stop offset="100%" stop-color="#faffd1"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "limeade": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.631,
            1,
            0.808
          ],
          "hex": "#a1ffce"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.98,
            1,
            0.82
          ],
          "hex": "#faffd1"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #a1ffce 0%, #faffd1 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Limeade",
        "contrast": {
          "white": {
            "ratio": 1.035,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 17.711,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Limeade (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 Limeade gradient (#a1ffce, #faffd1), 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