Named gradient · WebGradients

Morning Salad

Morning Salad is a teal gradient from WebGradients (MIT) — #b7f8db → #50a7c2 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 7.65:1 · AA
white 1.20 failsblack 7.65 AAbanding medium

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.

sRGB86%
OKLab86%
OKLCH91%

Report

  • white ink: worst 1.20:1 at 0% (fails AA); black ink: worst 7.65:1 at 100% (AA) → use black text.
  • Banding medium: ~14px bands at 1440px — add grain 29 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(135deg, #b7f8db 0%, #b0f2d9 7.14%, #a8ecd8 14.29%, #a1e6d6 21.43%, #9ae1d5 28.57%, #93dbd3 35.71%, #8bd5d1 42.86%, #84cfcf 50%, #7dc9ce 57.14%, #76c4cc 64.29%, #6ebeca 71.43%, #67b8c8 78.57%, #5fb2c6 85.71%, #58adc4 92.86%, #50a7c2 100%);
  background-image: linear-gradient(135deg in oklab, #b7f8db 0%, #50a7c2 100%);
}
tailwind v4
bg-linear-to-br/oklab from-[#b7f8db] to-[#50a7c2]
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="#b7f8db"/><stop offset="7.14%" stop-color="#b0f2d9"/><stop offset="14.29%" stop-color="#a8ecd8"/><stop offset="21.43%" stop-color="#a1e6d6"/><stop offset="28.57%" stop-color="#9ae1d5"/><stop offset="35.71%" stop-color="#93dbd3"/><stop offset="42.86%" stop-color="#8bd5d1"/><stop offset="50%" stop-color="#84cfcf"/><stop offset="57.14%" stop-color="#7dc9ce"/><stop offset="64.29%" stop-color="#76c4cc"/><stop offset="71.43%" stop-color="#6ebeca"/><stop offset="78.57%" stop-color="#67b8c8"/><stop offset="85.71%" stop-color="#5fb2c6"/><stop offset="92.86%" stop-color="#58adc4"/><stop offset="100%" stop-color="#50a7c2"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "morning-salad": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.718,
            0.973,
            0.859
          ],
          "hex": "#b7f8db"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.314,
            0.655,
            0.761
          ],
          "hex": "#50a7c2"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(135deg in oklab, #b7f8db 0%, #50a7c2 100%)",
        "interpolation": "oklab",
        "angle": 135,
        "name": "Morning Salad",
        "contrast": {
          "white": {
            "ratio": 1.203,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.648,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Morning Salad (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More teal 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 Morning Salad gradient (#b7f8db, #50a7c2), 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