Named gradient · uiGradients

Sunkist

Sunkist is a orange gradient from uiGradients (MIT) — #f2994a → #f2c94c 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.43:1 · AA
white 1.59 failsblack 9.43 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.

sRGB96%
OKLab96%
OKLCH98%

Report

  • white ink: worst 1.59:1 at 100% (fails AA); black ink: worst 9.43:1 at 0% (AA) → use black text.
  • Banding high: ~30px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #f2994a 0%, #f29d4a 7.14%, #f2a04a 14.29%, #f3a34b 21.43%, #f3a74b 28.57%, #f3aa4b 35.71%, #f3ae4b 42.86%, #f3b14b 50%, #f3b54b 57.14%, #f3b84c 64.29%, #f3bb4c 71.43%, #f3bf4c 78.57%, #f2c24c 85.71%, #f2c64c 92.86%, #f2c94c 100%);
  background-image: linear-gradient(90deg in oklab, #f2994a 0%, #f2c94c 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#f2994a] to-[#f2c94c]
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="#f2994a"/><stop offset="7.14%" stop-color="#f29d4a"/><stop offset="14.29%" stop-color="#f2a04a"/><stop offset="21.43%" stop-color="#f3a34b"/><stop offset="28.57%" stop-color="#f3a74b"/><stop offset="35.71%" stop-color="#f3aa4b"/><stop offset="42.86%" stop-color="#f3ae4b"/><stop offset="50%" stop-color="#f3b14b"/><stop offset="57.14%" stop-color="#f3b54b"/><stop offset="64.29%" stop-color="#f3b84c"/><stop offset="71.43%" stop-color="#f3bb4c"/><stop offset="78.57%" stop-color="#f3bf4c"/><stop offset="85.71%" stop-color="#f2c24c"/><stop offset="92.86%" stop-color="#f2c64c"/><stop offset="100%" stop-color="#f2c94c"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "sunkist": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.949,
            0.6,
            0.29
          ],
          "hex": "#f2994a"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.949,
            0.788,
            0.298
          ],
          "hex": "#f2c94c"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #f2994a 0%, #f2c94c 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Sunkist",
        "contrast": {
          "white": {
            "ratio": 1.587,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 9.431,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Sunkist (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 Sunkist gradient (#f2994a, #f2c94c), 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