Named gradient · uiGradients

Mini

Mini is a teal gradient from uiGradients (MIT) — #30e8bf → #ff8235 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 8.50:1 · AA
white 1.56 failsblack 8.50 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.

sRGB50%
OKLab46%
OKLCH93%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #30e8bf 0%, #5be2b7 7.14%, #76dcae 14.29%, #8ad6a5 21.43%, #9bd09d 28.57%, #a9c994 35.71%, #b6c38b 42.86%, #c2bc82 50%, #ccb579 57.14%, #d6ad6f 64.29%, #dfa665 71.43%, #e89d5b 78.57%, #f09550 85.71%, #f88c43 92.86%, #ff8235 100%);
  background-image: linear-gradient(90deg in oklab, #30e8bf 0%, #ff8235 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#30e8bf] to-[#ff8235]
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="#30e8bf"/><stop offset="7.14%" stop-color="#5be2b7"/><stop offset="14.29%" stop-color="#76dcae"/><stop offset="21.43%" stop-color="#8ad6a5"/><stop offset="28.57%" stop-color="#9bd09d"/><stop offset="35.71%" stop-color="#a9c994"/><stop offset="42.86%" stop-color="#b6c38b"/><stop offset="50%" stop-color="#c2bc82"/><stop offset="57.14%" stop-color="#ccb579"/><stop offset="64.29%" stop-color="#d6ad6f"/><stop offset="71.43%" stop-color="#dfa665"/><stop offset="78.57%" stop-color="#e89d5b"/><stop offset="85.71%" stop-color="#f09550"/><stop offset="92.86%" stop-color="#f88c43"/><stop offset="100%" stop-color="#ff8235"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "mini": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.188,
            0.91,
            0.749
          ],
          "hex": "#30e8bf"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.51,
            0.208
          ],
          "hex": "#ff8235"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #30e8bf 0%, #ff8235 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Mini",
        "contrast": {
          "white": {
            "ratio": 1.563,
            "at": 0.0062,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.496,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Mini (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 Mini gradient (#30e8bf, #ff8235), 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