Named gradient · uiGradients

Mango Papaya

Mango Papaya is a orange gradient from uiGradients (MIT) — #de8a41 → #2ada53 at 90°. 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.82:1 · AA
white 1.86 failsblack 7.82 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.

sRGB62%
OKLab65%
OKLCH75%

Report

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

Export

css
.gradient {
  background-image: linear-gradient(90deg, #de8a41 0%, #d89142 7.14%, #d19844 14.29%, #ca9e45 21.43%, #c2a446 28.57%, #baaa47 35.71%, #b1b049 42.86%, #a8b64a 50%, #9ebb4b 57.14%, #92c14d 64.29%, #86c64e 71.43%, #77cb4f 78.57%, #65d050 85.71%, #4fd552 92.86%, #2ada53 100%);
  background-image: linear-gradient(90deg in oklab, #de8a41 0%, #2ada53 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#de8a41] to-[#2ada53]
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="0" y1="300" x2="1440" y2="300"><stop offset="0%" stop-color="#de8a41"/><stop offset="7.14%" stop-color="#d89142"/><stop offset="14.29%" stop-color="#d19844"/><stop offset="21.43%" stop-color="#ca9e45"/><stop offset="28.57%" stop-color="#c2a446"/><stop offset="35.71%" stop-color="#baaa47"/><stop offset="42.86%" stop-color="#b1b049"/><stop offset="50%" stop-color="#a8b64a"/><stop offset="57.14%" stop-color="#9ebb4b"/><stop offset="64.29%" stop-color="#92c14d"/><stop offset="71.43%" stop-color="#86c64e"/><stop offset="78.57%" stop-color="#77cb4f"/><stop offset="85.71%" stop-color="#65d050"/><stop offset="92.86%" stop-color="#4fd552"/><stop offset="100%" stop-color="#2ada53"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "mango-papaya": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.871,
            0.541,
            0.255
          ],
          "hex": "#de8a41"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.165,
            0.855,
            0.325
          ],
          "hex": "#2ada53"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #de8a41 0%, #2ada53 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Mango Papaya",
        "contrast": {
          "white": {
            "ratio": 1.863,
            "at": 0.9953,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 7.818,
            "at": 0,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Mango Papaya (uiGradients, 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 Mango Papaya gradient (#de8a41, #2ada53), 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 uiGradients (MIT) — licences