Named gradient · WebGradients

Everlasting Sky

Everlasting Sky is a orange gradient from WebGradients (MIT) — #fdfcfb → #e2d1c3 at 135°. 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 14.14:1 · AA
white 1.02 failsblack 14.14 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.

sRGB12%
OKLab12%
OKLCH8%

Report

  • white ink: worst 1.02:1 at 0% (fails AA); black ink: worst 14.14:1 at 100% (AA) → use black text.
  • White text disappears completely at 0% (1.00:1 crossing).
  • Banding high: ~26px bands at 1440px — add grain 48 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #fbf9f7 7.14%, #f9f6f3 14.29%, #f7f3ef 21.43%, #f5f0eb 28.57%, #f3ede7 35.71%, #f1e9e3 42.86%, #f0e6df 50%, #eee3db 57.14%, #ece0d7 64.29%, #eaddd3 71.43%, #e8dacf 78.57%, #e6d7cb 85.71%, #e4d4c7 92.86%, #e2d1c3 100%);
  background-image: linear-gradient(135deg in oklab, #fdfcfb 0%, #e2d1c3 100%);
}
tailwind v4
bg-linear-to-br/oklab from-[#fdfcfb] to-[#e2d1c3]
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="210" y1="-210" x2="1230" y2="810"><stop offset="0%" stop-color="#fdfcfb"/><stop offset="7.14%" stop-color="#fbf9f7"/><stop offset="14.29%" stop-color="#f9f6f3"/><stop offset="21.43%" stop-color="#f7f3ef"/><stop offset="28.57%" stop-color="#f5f0eb"/><stop offset="35.71%" stop-color="#f3ede7"/><stop offset="42.86%" stop-color="#f1e9e3"/><stop offset="50%" stop-color="#f0e6df"/><stop offset="57.14%" stop-color="#eee3db"/><stop offset="64.29%" stop-color="#ece0d7"/><stop offset="71.43%" stop-color="#eaddd3"/><stop offset="78.57%" stop-color="#e8dacf"/><stop offset="85.71%" stop-color="#e6d7cb"/><stop offset="92.86%" stop-color="#e4d4c7"/><stop offset="100%" stop-color="#e2d1c3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "everlasting-sky": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.992,
            0.988,
            0.984
          ],
          "hex": "#fdfcfb"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.886,
            0.82,
            0.765
          ],
          "hex": "#e2d1c3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(135deg in oklab, #fdfcfb 0%, #e2d1c3 100%)",
        "interpolation": "oklab",
        "angle": 135,
        "name": "Everlasting Sky",
        "contrast": {
          "white": {
            "ratio": 1.025,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 14.142,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Everlasting Sky (WebGradients, 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 Everlasting Sky gradient (#fdfcfb, #e2d1c3), 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