Named gradient · WebGradients

Cheerful Caramel

Cheerful Caramel is a orange gradient from WebGradients (MIT) — #e6b980 → #eacda3 at 0°. 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.62:1 · AA
white 1.53 failsblack 11.62 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.

sRGB83%
OKLab83%
OKLCH83%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(0deg, #e6b980 0%, #e6ba83 7.14%, #e7bc85 14.29%, #e7bd88 21.43%, #e7bf8a 28.57%, #e8c08d 35.71%, #e8c28f 42.86%, #e8c392 50%, #e8c494 57.14%, #e9c697 64.29%, #e9c799 71.43%, #e9c99c 78.57%, #e9ca9e 85.71%, #eacca1 92.86%, #eacda3 100%);
  background-image: linear-gradient(0deg in oklab, #e6b980 0%, #eacda3 100%);
}
tailwind v4
bg-linear-to-t/oklab from-[#e6b980] to-[#eacda3]
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="720" y1="600" x2="720" y2="0"><stop offset="0%" stop-color="#e6b980"/><stop offset="7.14%" stop-color="#e6ba83"/><stop offset="14.29%" stop-color="#e7bc85"/><stop offset="21.43%" stop-color="#e7bd88"/><stop offset="28.57%" stop-color="#e7bf8a"/><stop offset="35.71%" stop-color="#e8c08d"/><stop offset="42.86%" stop-color="#e8c28f"/><stop offset="50%" stop-color="#e8c392"/><stop offset="57.14%" stop-color="#e8c494"/><stop offset="64.29%" stop-color="#e9c697"/><stop offset="71.43%" stop-color="#e9c799"/><stop offset="78.57%" stop-color="#e9c99c"/><stop offset="85.71%" stop-color="#e9ca9e"/><stop offset="92.86%" stop-color="#eacca1"/><stop offset="100%" stop-color="#eacda3"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "cheerful-caramel": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.902,
            0.725,
            0.502
          ],
          "hex": "#e6b980"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.918,
            0.804,
            0.639
          ],
          "hex": "#eacda3"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(0deg in oklab, #e6b980 0%, #eacda3 100%)",
        "interpolation": "oklab",
        "angle": 0,
        "name": "Cheerful Caramel",
        "contrast": {
          "white": {
            "ratio": 1.526,
            "at": 1,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 11.616,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Cheerful Caramel (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 Cheerful Caramel gradient (#e6b980, #eacda3), 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