Named gradient · uiGradients

Peach

Peach is a pink gradient from uiGradients (MIT) — #ed4264 → #ffedbc 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 5.56:1 · AA
white 1.16 failsblack 5.56 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.

sRGB47%
OKLab48%
OKLCH48%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #ed4264 0%, #f0526a 7.14%, #f36170 14.29%, #f56e76 21.43%, #f87b7c 28.57%, #fa8782 35.71%, #fb9389 42.86%, #fd9f8f 50%, #feaa95 57.14%, #ffb59c 64.29%, #ffc1a2 71.43%, #ffcca8 78.57%, #ffd7af 85.71%, #ffe2b5 92.86%, #ffedbc 100%);
  background-image: linear-gradient(90deg in oklab, #ed4264 0%, #ffedbc 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#ed4264] to-[#ffedbc]
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="#ed4264"/><stop offset="7.14%" stop-color="#f0526a"/><stop offset="14.29%" stop-color="#f36170"/><stop offset="21.43%" stop-color="#f56e76"/><stop offset="28.57%" stop-color="#f87b7c"/><stop offset="35.71%" stop-color="#fa8782"/><stop offset="42.86%" stop-color="#fb9389"/><stop offset="50%" stop-color="#fd9f8f"/><stop offset="57.14%" stop-color="#feaa95"/><stop offset="64.29%" stop-color="#ffb59c"/><stop offset="71.43%" stop-color="#ffc1a2"/><stop offset="78.57%" stop-color="#ffcca8"/><stop offset="85.71%" stop-color="#ffd7af"/><stop offset="92.86%" stop-color="#ffe2b5"/><stop offset="100%" stop-color="#ffedbc"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "peach": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.929,
            0.259,
            0.392
          ],
          "hex": "#ed4264"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.929,
            0.737
          ],
          "hex": "#ffedbc"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #ed4264 0%, #ffedbc 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Peach",
        "contrast": {
          "white": {
            "ratio": 1.161,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 5.564,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Peach (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 Peach gradient (#ed4264, #ffedbc), 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