Named gradient · uiGradients

Cinnamint

Cinnamint is a teal gradient from uiGradients (MIT) — #4ac29a → #bdfff3 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 9.47:1 · AA
white 1.12 failsblack 9.47 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.

sRGB71%
OKLab71%
OKLCH71%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #4ac29a 0%, #54c6a0 7.14%, #5dcba6 14.29%, #66cfad 21.43%, #6fd3b3 28.57%, #77d8b9 35.71%, #7fdcbf 42.86%, #87e0c6 50%, #8fe5cc 57.14%, #97e9d3 64.29%, #9fedd9 71.43%, #a6f2df 78.57%, #aef6e6 85.71%, #b5fbec 92.86%, #bdfff3 100%);
  background-image: linear-gradient(90deg in oklab, #4ac29a 0%, #bdfff3 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#4ac29a] to-[#bdfff3]
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="#4ac29a"/><stop offset="7.14%" stop-color="#54c6a0"/><stop offset="14.29%" stop-color="#5dcba6"/><stop offset="21.43%" stop-color="#66cfad"/><stop offset="28.57%" stop-color="#6fd3b3"/><stop offset="35.71%" stop-color="#77d8b9"/><stop offset="42.86%" stop-color="#7fdcbf"/><stop offset="50%" stop-color="#87e0c6"/><stop offset="57.14%" stop-color="#8fe5cc"/><stop offset="64.29%" stop-color="#97e9d3"/><stop offset="71.43%" stop-color="#9fedd9"/><stop offset="78.57%" stop-color="#a6f2df"/><stop offset="85.71%" stop-color="#aef6e6"/><stop offset="92.86%" stop-color="#b5fbec"/><stop offset="100%" stop-color="#bdfff3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "cinnamint": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.29,
            0.761,
            0.604
          ],
          "hex": "#4ac29a"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.741,
            1,
            0.953
          ],
          "hex": "#bdfff3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #4ac29a 0%, #bdfff3 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Cinnamint",
        "contrast": {
          "white": {
            "ratio": 1.119,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.475,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Cinnamint (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 Cinnamint gradient (#4ac29a, #bdfff3), 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