Named gradient · uiGradients

Metallic Toad

Metallic Toad is a green gradient from uiGradients (MIT) — #abbaab → #ffffff 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 10.34:1 · AA
white 1.00 failsblack 10.34 AAbanding medium

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.

sRGB0%
OKLab0%
OKLCH0%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #abbaab 0%, #b1bfb1 7.14%, #b7c4b7 14.29%, #bdc8bd 21.43%, #c2cdc2 28.57%, #c8d2c8 35.71%, #ced7ce 42.86%, #d4dcd4 50%, #dae1da 57.14%, #e0e6e0 64.29%, #e6ebe6 71.43%, #edf0ed 78.57%, #f3f5f3 85.71%, #f9faf9 92.86%, #ffffff 100%);
  background-image: linear-gradient(90deg in oklab, #abbaab 0%, #ffffff 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#abbaab] to-[#ffffff]
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="#abbaab"/><stop offset="7.14%" stop-color="#b1bfb1"/><stop offset="14.29%" stop-color="#b7c4b7"/><stop offset="21.43%" stop-color="#bdc8bd"/><stop offset="28.57%" stop-color="#c2cdc2"/><stop offset="35.71%" stop-color="#c8d2c8"/><stop offset="42.86%" stop-color="#ced7ce"/><stop offset="50%" stop-color="#d4dcd4"/><stop offset="57.14%" stop-color="#dae1da"/><stop offset="64.29%" stop-color="#e0e6e0"/><stop offset="71.43%" stop-color="#e6ebe6"/><stop offset="78.57%" stop-color="#edf0ed"/><stop offset="85.71%" stop-color="#f3f5f3"/><stop offset="92.86%" stop-color="#f9faf9"/><stop offset="100%" stop-color="#ffffff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "metallic-toad": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.671,
            0.729,
            0.671
          ],
          "hex": "#abbaab"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            1,
            1
          ],
          "hex": "#ffffff"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #abbaab 0%, #ffffff 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Metallic Toad",
        "contrast": {
          "white": {
            "ratio": 1,
            "at": 0.996,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.343,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Metallic Toad (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 Metallic Toad gradient (#abbaab, #ffffff), 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