Named gradient · uiGradients

Blurry Beach

Blurry Beach is a pink gradient from uiGradients (MIT) — #d53369 → #cbad6d 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 4.51:1 · AA
white 2.16 failsblack 4.51 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.

sRGB59%
OKLab60%
OKLCH62%

Report

  • white ink: worst 2.16:1 at 100% (fails AA); black ink: worst 4.51:1 at 0% (AA) → use black text.
  • Banding high: ~12px bands at 1440px — add grain 25 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #d53369 0%, #d5406a 7.14%, #d64b6a 14.29%, #d6566b 21.43%, #d65f6b 28.57%, #d5686c 35.71%, #d5706c 42.86%, #d4786c 50%, #d4806d 57.14%, #d3886d 64.29%, #d2906d 71.43%, #d0976d 78.57%, #cf9f6d 85.71%, #cda66d 92.86%, #cbad6d 100%);
  background-image: linear-gradient(90deg in oklab, #d53369 0%, #cbad6d 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#d53369] to-[#cbad6d]
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="#d53369"/><stop offset="7.14%" stop-color="#d5406a"/><stop offset="14.29%" stop-color="#d64b6a"/><stop offset="21.43%" stop-color="#d6566b"/><stop offset="28.57%" stop-color="#d65f6b"/><stop offset="35.71%" stop-color="#d5686c"/><stop offset="42.86%" stop-color="#d5706c"/><stop offset="50%" stop-color="#d4786c"/><stop offset="57.14%" stop-color="#d4806d"/><stop offset="64.29%" stop-color="#d3886d"/><stop offset="71.43%" stop-color="#d2906d"/><stop offset="78.57%" stop-color="#d0976d"/><stop offset="85.71%" stop-color="#cf9f6d"/><stop offset="92.86%" stop-color="#cda66d"/><stop offset="100%" stop-color="#cbad6d"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "blurry-beach": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.835,
            0.2,
            0.412
          ],
          "hex": "#d53369"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.796,
            0.678,
            0.427
          ],
          "hex": "#cbad6d"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #d53369 0%, #cbad6d 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Blurry Beach",
        "contrast": {
          "white": {
            "ratio": 2.157,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.507,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Blurry Beach (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 Blurry Beach gradient (#d53369, #cbad6d), 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