Named gradient · uiGradients

Shore

Shore is a teal gradient from uiGradients (MIT) — #70e1f5 → #ffd194 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 13.78:1 · AA
white 1.42 failsblack 13.78 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.

sRGB43%
OKLab36%
OKLCH93%

Report

  • white ink: worst 1.42:1 at 98% (fails AA); black ink: worst 13.78:1 at 0% (AA) → use black text.
  • Banding high: ~10px bands at 1440px — add grain 21 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #70e1f5 0%, #7fe0ef 7.14%, #8ce0e9 14.29%, #99dfe2 21.43%, #a4dedc 28.57%, #afddd5 35.71%, #b9dccf 42.86%, #c3dbc8 50%, #ccdac1 57.14%, #d5d9ba 64.29%, #ded8b3 71.43%, #e6d6ac 78.57%, #efd4a4 85.71%, #f7d39c 92.86%, #ffd194 100%);
  background-image: linear-gradient(90deg in oklab, #70e1f5 0%, #ffd194 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#70e1f5] to-[#ffd194]
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="#70e1f5"/><stop offset="7.14%" stop-color="#7fe0ef"/><stop offset="14.29%" stop-color="#8ce0e9"/><stop offset="21.43%" stop-color="#99dfe2"/><stop offset="28.57%" stop-color="#a4dedc"/><stop offset="35.71%" stop-color="#afddd5"/><stop offset="42.86%" stop-color="#b9dccf"/><stop offset="50%" stop-color="#c3dbc8"/><stop offset="57.14%" stop-color="#ccdac1"/><stop offset="64.29%" stop-color="#d5d9ba"/><stop offset="71.43%" stop-color="#ded8b3"/><stop offset="78.57%" stop-color="#e6d6ac"/><stop offset="85.71%" stop-color="#efd4a4"/><stop offset="92.86%" stop-color="#f7d39c"/><stop offset="100%" stop-color="#ffd194"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "shore": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.439,
            0.882,
            0.961
          ],
          "hex": "#70e1f5"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.82,
            0.58
          ],
          "hex": "#ffd194"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #70e1f5 0%, #ffd194 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Shore",
        "contrast": {
          "white": {
            "ratio": 1.416,
            "at": 0.9806,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 13.778,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Shore (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More teal 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 Shore gradient (#70e1f5, #ffd194), 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