Named gradient · uiGradients

Cocoaa Ice

Cocoaa Ice is a yellow gradient from uiGradients (MIT) — #c0c0aa → #1cefff 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 11.36:1 · AA
white 1.41 failsblack 11.36 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.

sRGB33%
OKLab31%
OKLCH34%

Report

  • white ink: worst 1.41:1 at 99% (fails AA); black ink: worst 11.36:1 at 0% (AA) → use black text.
  • Banding high: ~9px bands at 1440px — add grain 18 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #c0c0aa 0%, #bac4b0 7.14%, #b4c7b6 14.29%, #aecbbc 21.43%, #a7cec3 28.57%, #a0d2c9 35.71%, #98d5cf 42.86%, #90d9d5 50%, #87dcdb 57.14%, #7ddfe1 64.29%, #72e2e7 71.43%, #65e6ed 78.57%, #55e9f3 85.71%, #40ecf9 92.86%, #1cefff 100%);
  background-image: linear-gradient(90deg in oklab, #c0c0aa 0%, #1cefff 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#c0c0aa] to-[#1cefff]
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="#c0c0aa"/><stop offset="7.14%" stop-color="#bac4b0"/><stop offset="14.29%" stop-color="#b4c7b6"/><stop offset="21.43%" stop-color="#aecbbc"/><stop offset="28.57%" stop-color="#a7cec3"/><stop offset="35.71%" stop-color="#a0d2c9"/><stop offset="42.86%" stop-color="#98d5cf"/><stop offset="50%" stop-color="#90d9d5"/><stop offset="57.14%" stop-color="#87dcdb"/><stop offset="64.29%" stop-color="#7ddfe1"/><stop offset="71.43%" stop-color="#72e2e7"/><stop offset="78.57%" stop-color="#65e6ed"/><stop offset="85.71%" stop-color="#55e9f3"/><stop offset="92.86%" stop-color="#40ecf9"/><stop offset="100%" stop-color="#1cefff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "cocoaa-ice": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.753,
            0.753,
            0.667
          ],
          "hex": "#c0c0aa"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.11,
            0.937,
            1
          ],
          "hex": "#1cefff"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #c0c0aa 0%, #1cefff 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Cocoaa Ice",
        "contrast": {
          "white": {
            "ratio": 1.414,
            "at": 0.9899,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 11.362,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Cocoaa Ice (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More yellow 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 Cocoaa Ice gradient (#c0c0aa, #1cefff), 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