Named gradient · uiGradients

Day Tripper

Day Tripper is a pink gradient from uiGradients (MIT) — #f857a6 → #ff5858 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 6.77:1 · AA
white 3.03 AA largeblack 6.77 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.

sRGB97%
OKLab96%
OKLCH98%

Report

  • white ink: worst 3.03:1 at 9% (AA-large only); black ink: worst 6.77:1 at 94% (AA) → use black text.
  • Banding high: ~18px bands at 1440px — add grain 37 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f857a6 0%, #f857a1 7.14%, #f9589c 14.29%, #f95897 21.43%, #fa5892 28.57%, #fa598d 35.71%, #fb5987 42.86%, #fb5982 50%, #fc597c 57.14%, #fc5977 64.29%, #fd5971 71.43%, #fd596b 78.57%, #fe5965 85.71%, #fe585f 92.86%, #ff5858 100%);
  background-image: linear-gradient(90deg in oklab, #f857a6 0%, #ff5858 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f857a6] to-[#ff5858]
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="#f857a6"/><stop offset="7.14%" stop-color="#f857a1"/><stop offset="14.29%" stop-color="#f9589c"/><stop offset="21.43%" stop-color="#f95897"/><stop offset="28.57%" stop-color="#fa5892"/><stop offset="35.71%" stop-color="#fa598d"/><stop offset="42.86%" stop-color="#fb5987"/><stop offset="50%" stop-color="#fb5982"/><stop offset="57.14%" stop-color="#fc597c"/><stop offset="64.29%" stop-color="#fc5977"/><stop offset="71.43%" stop-color="#fd5971"/><stop offset="78.57%" stop-color="#fd596b"/><stop offset="85.71%" stop-color="#fe5965"/><stop offset="92.86%" stop-color="#fe585f"/><stop offset="100%" stop-color="#ff5858"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "day-tripper": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.973,
            0.341,
            0.651
          ],
          "hex": "#f857a6"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.345,
            0.345
          ],
          "hex": "#ff5858"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f857a6 0%, #ff5858 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Day Tripper",
        "contrast": {
          "white": {
            "ratio": 3.03,
            "at": 0.0932,
            "passesAA": false,
            "passesAALarge": true
          },
          "black": {
            "ratio": 6.772,
            "at": 0.9354,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Day Tripper (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 Day Tripper gradient (#f857a6, #ff5858), 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