Named gradient · uiGradients

Sherbert

Sherbert is a orange gradient from uiGradients (MIT) — #f79d00 → #64f38c 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.78:1 · AA
white 1.42 failsblack 9.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.

sRGB84%
OKLab76%
OKLCH91%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f79d00 0%, #f1a41d 7.14%, #ebab2c 14.29%, #e4b238 21.43%, #ddb942 28.57%, #d5bf4b 35.71%, #cdc554 42.86%, #c4cb5c 50%, #bbd163 57.14%, #b0d76a 64.29%, #a5dd71 71.43%, #99e378 78.57%, #8ae87f 85.71%, #79ee86 92.86%, #64f38c 100%);
  background-image: linear-gradient(90deg in oklab, #f79d00 0%, #64f38c 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f79d00] to-[#64f38c]
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="#f79d00"/><stop offset="7.14%" stop-color="#f1a41d"/><stop offset="14.29%" stop-color="#ebab2c"/><stop offset="21.43%" stop-color="#e4b238"/><stop offset="28.57%" stop-color="#ddb942"/><stop offset="35.71%" stop-color="#d5bf4b"/><stop offset="42.86%" stop-color="#cdc554"/><stop offset="50%" stop-color="#c4cb5c"/><stop offset="57.14%" stop-color="#bbd163"/><stop offset="64.29%" stop-color="#b0d76a"/><stop offset="71.43%" stop-color="#a5dd71"/><stop offset="78.57%" stop-color="#99e378"/><stop offset="85.71%" stop-color="#8ae87f"/><stop offset="92.86%" stop-color="#79ee86"/><stop offset="100%" stop-color="#64f38c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "sherbert": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.969,
            0.616,
            0
          ],
          "hex": "#f79d00"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.392,
            0.953,
            0.549
          ],
          "hex": "#64f38c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f79d00 0%, #64f38c 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Sherbert",
        "contrast": {
          "white": {
            "ratio": 1.422,
            "at": 0.9955,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.778,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Sherbert (uiGradients, MIT), rendered in OKLab."
  }
}

Tagged

More orange 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 Sherbert gradient (#f79d00, #64f38c), 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