Named gradient · WebGradients

Mean Fruit

Mean Fruit is a orange gradient from WebGradients (MIT) — #fccb90 → #d57eeb 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 8.01:1 · AA
white 1.49 failsblack 8.01 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.

sRGB53%
OKLab49%
OKLCH69%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #f9c699 7.14%, #f6c1a1 14.29%, #f3bca9 21.43%, #f0b7b0 28.57%, #edb2b7 35.71%, #eaadbe 42.86%, #e7a8c4 50%, #e5a2ca 57.14%, #e29dd0 64.29%, #df97d6 71.43%, #dd91db 78.57%, #da8be1 85.71%, #d785e6 92.86%, #d57eeb 100%);
  background-image: linear-gradient(120deg in oklab, #fccb90 0%, #d57eeb 100%);
}
tailwind v4
bg-linear-120/oklab from-[#fccb90] to-[#d57eeb]
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="#fccb90"/><stop offset="7.14%" stop-color="#f9c699"/><stop offset="14.29%" stop-color="#f6c1a1"/><stop offset="21.43%" stop-color="#f3bca9"/><stop offset="28.57%" stop-color="#f0b7b0"/><stop offset="35.71%" stop-color="#edb2b7"/><stop offset="42.86%" stop-color="#eaadbe"/><stop offset="50%" stop-color="#e7a8c4"/><stop offset="57.14%" stop-color="#e5a2ca"/><stop offset="64.29%" stop-color="#e29dd0"/><stop offset="71.43%" stop-color="#df97d6"/><stop offset="78.57%" stop-color="#dd91db"/><stop offset="85.71%" stop-color="#da8be1"/><stop offset="92.86%" stop-color="#d785e6"/><stop offset="100%" stop-color="#d57eeb"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "mean-fruit": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.988,
            0.796,
            0.565
          ],
          "hex": "#fccb90"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.835,
            0.494,
            0.922
          ],
          "hex": "#d57eeb"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(120deg in oklab, #fccb90 0%, #d57eeb 100%)",
        "interpolation": "oklab",
        "angle": 120,
        "name": "Mean Fruit",
        "contrast": {
          "white": {
            "ratio": 1.49,
            "at": 0.0075,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 8.013,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Mean Fruit (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 Mean Fruit gradient (#fccb90, #d57eeb), 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