Named gradient · uiGradients

Alive

Alive is a pink gradient from uiGradients (MIT) — #cb356b → #bd3f32 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
white text · worst 4.93:1 · AA
white 4.93 AAblack 3.92 AA largebanding 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.

sRGB93%
OKLab93%
OKLCH93%

Report

  • white ink: worst 4.93:1 at 0% (AA); black ink: worst 3.92:1 at 100% (AA-large only) → use white text.
  • Banding high: ~25px bands at 1440px — add grain 48 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #cb356b 0%, #ca3667 7.14%, #c93764 14.29%, #c83860 21.43%, #c7395c 28.57%, #c63a59 35.71%, #c53a55 42.86%, #c43b51 50%, #c33c4d 57.14%, #c23c49 64.29%, #c13d45 71.43%, #c03e40 78.57%, #bf3e3c 85.71%, #be3f37 92.86%, #bd3f32 100%);
  background-image: linear-gradient(90deg in oklab, #cb356b 0%, #bd3f32 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#cb356b] to-[#bd3f32]
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="#cb356b"/><stop offset="7.14%" stop-color="#ca3667"/><stop offset="14.29%" stop-color="#c93764"/><stop offset="21.43%" stop-color="#c83860"/><stop offset="28.57%" stop-color="#c7395c"/><stop offset="35.71%" stop-color="#c63a59"/><stop offset="42.86%" stop-color="#c53a55"/><stop offset="50%" stop-color="#c43b51"/><stop offset="57.14%" stop-color="#c33c4d"/><stop offset="64.29%" stop-color="#c23c49"/><stop offset="71.43%" stop-color="#c13d45"/><stop offset="78.57%" stop-color="#c03e40"/><stop offset="85.71%" stop-color="#bf3e3c"/><stop offset="92.86%" stop-color="#be3f37"/><stop offset="100%" stop-color="#bd3f32"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "alive": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.796,
            0.208,
            0.42
          ],
          "hex": "#cb356b"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.741,
            0.247,
            0.196
          ],
          "hex": "#bd3f32"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #cb356b 0%, #bd3f32 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Alive",
        "contrast": {
          "white": {
            "ratio": 4.929,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "black": {
            "ratio": 3.921,
            "at": 1,
            "passesAA": false,
            "passesAALarge": true
          },
          "suggestedInk": "#ffffff"
        }
      }
    },
    "$description": "Alive (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More pink 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 Alive gradient (#cb356b, #bd3f32), 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