Named gradient · WebGradients

Sunny Morning

Sunny Morning is a red gradient from WebGradients (MIT) — #f6d365 → #fda085 at 120°. 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 10.54:1 · AA
white 1.46 failsblack 10.54 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.

sRGB88%
OKLab87%
OKLCH93%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #f7cf68 7.14%, #f7cc6b 14.29%, #f8c86e 21.43%, #f9c570 28.57%, #f9c173 35.71%, #fabe75 42.86%, #faba77 50%, #fbb67a 57.14%, #fbb37c 64.29%, #fcaf7e 71.43%, #fcab80 78.57%, #fca881 85.71%, #fda483 92.86%, #fda085 100%);
  background-image: linear-gradient(120deg in oklab, #f6d365 0%, #fda085 100%);
}
tailwind v4
bg-linear-120/oklab from-[#f6d365] to-[#fda085]
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="50.0962" y1="-86.7691" x2="1389.9038" y2="686.7691"><stop offset="0%" stop-color="#f6d365"/><stop offset="7.14%" stop-color="#f7cf68"/><stop offset="14.29%" stop-color="#f7cc6b"/><stop offset="21.43%" stop-color="#f8c86e"/><stop offset="28.57%" stop-color="#f9c570"/><stop offset="35.71%" stop-color="#f9c173"/><stop offset="42.86%" stop-color="#fabe75"/><stop offset="50%" stop-color="#faba77"/><stop offset="57.14%" stop-color="#fbb67a"/><stop offset="64.29%" stop-color="#fbb37c"/><stop offset="71.43%" stop-color="#fcaf7e"/><stop offset="78.57%" stop-color="#fcab80"/><stop offset="85.71%" stop-color="#fca881"/><stop offset="92.86%" stop-color="#fda483"/><stop offset="100%" stop-color="#fda085"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "sunny-morning": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.965,
            0.827,
            0.396
          ],
          "hex": "#f6d365"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.992,
            0.627,
            0.522
          ],
          "hex": "#fda085"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(120deg in oklab, #f6d365 0%, #fda085 100%)",
        "interpolation": "oklab",
        "angle": 120,
        "name": "Sunny Morning",
        "contrast": {
          "white": {
            "ratio": 1.456,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.544,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Sunny Morning (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More red 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 Sunny Morning gradient (#f6d365, #fda085), 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 WebGradients (MIT) — licences