Named gradient · WebGradients

Frozen Heat

Frozen Heat is a pink gradient from WebGradients (MIT) — #ff057c → #7c64d5 → #4cc3ff 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 4.64:1 · AA
white 1.99 failsblack 4.64 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.

sRGB68%
OKLab66%
OKLCH69%

Report

  • white ink: worst 1.99:1 at 100% (fails AA); black ink: worst 4.64:1 at 48% (AA) → use black text.
  • Banding medium: ~8px bands at 1440px — add grain 15 (≈2% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(135deg, #ff057c 0%, #f62483 3.43%, #ee328a 6.86%, #e53c91 10.29%, #dc4497 13.71%, #d34b9e 17.14%, #ca50a4 20.57%, #c154ab 24%, #b858b1 27.43%, #ae5bb7 30.86%, #a55ebd 34.29%, #9b60c3 37.71%, #9162c9 41.14%, #8763cf 44.57%, #7c64d5 48%, #7b6bd8 51.71%, #7a72db 55.43%, #7879de 59.14%, #7780e1 62.86%, #7587e4 66.57%, #728ee7 70.29%, #7095ea 74%, #6d9bed 77.71%, #69a2f0 81.43%, #65a9f3 85.14%, #60aff6 88.86%, #5ab6f9 92.57%, #54bcfc 96.29%, #4cc3ff 100%);
  background-image: linear-gradient(135deg in oklab, #ff057c 0%, #7c64d5 48%, #4cc3ff 100%);
}
tailwind v4
bg-linear-to-br/oklab from-[#ff057c] via-[#7c64d5] via-48% to-[#4cc3ff]
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="#ff057c"/><stop offset="3.43%" stop-color="#f62483"/><stop offset="6.86%" stop-color="#ee328a"/><stop offset="10.29%" stop-color="#e53c91"/><stop offset="13.71%" stop-color="#dc4497"/><stop offset="17.14%" stop-color="#d34b9e"/><stop offset="20.57%" stop-color="#ca50a4"/><stop offset="24%" stop-color="#c154ab"/><stop offset="27.43%" stop-color="#b858b1"/><stop offset="30.86%" stop-color="#ae5bb7"/><stop offset="34.29%" stop-color="#a55ebd"/><stop offset="37.71%" stop-color="#9b60c3"/><stop offset="41.14%" stop-color="#9162c9"/><stop offset="44.57%" stop-color="#8763cf"/><stop offset="48%" stop-color="#7c64d5"/><stop offset="51.71%" stop-color="#7b6bd8"/><stop offset="55.43%" stop-color="#7a72db"/><stop offset="59.14%" stop-color="#7879de"/><stop offset="62.86%" stop-color="#7780e1"/><stop offset="66.57%" stop-color="#7587e4"/><stop offset="70.29%" stop-color="#728ee7"/><stop offset="74%" stop-color="#7095ea"/><stop offset="77.71%" stop-color="#6d9bed"/><stop offset="81.43%" stop-color="#69a2f0"/><stop offset="85.14%" stop-color="#65a9f3"/><stop offset="88.86%" stop-color="#60aff6"/><stop offset="92.57%" stop-color="#5ab6f9"/><stop offset="96.29%" stop-color="#54bcfc"/><stop offset="100%" stop-color="#4cc3ff"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "frozen-heat": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            1,
            0.02,
            0.486
          ],
          "hex": "#ff057c"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.486,
            0.392,
            0.835
          ],
          "hex": "#7c64d5"
        },
        "position": 0.48
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.298,
            0.765,
            1
          ],
          "hex": "#4cc3ff"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(135deg in oklab, #ff057c 0%, #7c64d5 48%, #4cc3ff 100%)",
        "interpolation": "oklab",
        "angle": 135,
        "name": "Frozen Heat",
        "contrast": {
          "white": {
            "ratio": 1.988,
            "at": 0.9978,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 4.641,
            "at": 0.48,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Frozen Heat (WebGradients, MIT), rendered in OKLab."
  }
}

Tagged

More pink 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 Frozen Heat gradient (#ff057c, #7c64d5, #4cc3ff), 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