Named gradient · uiGradients

Clouds

Clouds is a neutral gradient from uiGradients (MIT) — #ece9e6 → #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 17.36:1 · AA
white 1.00 failsblack 17.36 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.

sRGB0%
OKLab0%
OKLCH0%

Report

  • white ink: worst 1.00:1 at 98% (fails AA); black ink: worst 17.36:1 at 0% (AA) → use black text.
  • White text disappears completely at 98% (1.00:1 crossing).
  • Banding high: ~58px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ece9e6 0%, #edebe8 7.14%, #efecea 14.29%, #f0eeeb 21.43%, #f1efed 28.57%, #f3f1ef 35.71%, #f4f2f1 42.86%, #f5f4f2 50%, #f7f6f4 57.14%, #f8f7f6 64.29%, #faf9f8 71.43%, #fbfafa 78.57%, #fcfcfb 85.71%, #fefdfd 92.86%, #ffffff 100%);
  background-image: linear-gradient(90deg in oklab, #ece9e6 0%, #ffffff 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ece9e6] 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="#ece9e6"/><stop offset="7.14%" stop-color="#edebe8"/><stop offset="14.29%" stop-color="#efecea"/><stop offset="21.43%" stop-color="#f0eeeb"/><stop offset="28.57%" stop-color="#f1efed"/><stop offset="35.71%" stop-color="#f3f1ef"/><stop offset="42.86%" stop-color="#f4f2f1"/><stop offset="50%" stop-color="#f5f4f2"/><stop offset="57.14%" stop-color="#f7f6f4"/><stop offset="64.29%" stop-color="#f8f7f6"/><stop offset="71.43%" stop-color="#faf9f8"/><stop offset="78.57%" stop-color="#fbfafa"/><stop offset="85.71%" stop-color="#fcfcfb"/><stop offset="92.86%" stop-color="#fefdfd"/><stop offset="100%" stop-color="#ffffff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "clouds": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.925,
            0.914,
            0.902
          ],
          "hex": "#ece9e6"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            1,
            1
          ],
          "hex": "#ffffff"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ece9e6 0%, #ffffff 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Clouds",
        "contrast": {
          "white": {
            "ratio": 1,
            "at": 0.9821,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 17.365,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Clouds (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More neutral 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 Clouds gradient (#ece9e6, #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