Named gradient · uiGradients

Peach Sea

Peach Sea is a orange gradient from uiGradients (MIT) — #e6ae8c → #a8cecf 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 10.77:1 · AA
white 1.69 failsblack 10.77 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.

sRGB26%
OKLab25%
OKLCH67%

Report

  • white ink: worst 1.69:1 at 99% (fails AA); black ink: worst 10.77:1 at 1% (AA) → use black text.
  • Banding high: ~21px bands at 1440px — add grain 42 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #e6ae8c 0%, #e2b191 7.14%, #dfb396 14.29%, #dbb69b 21.43%, #d7b8a0 28.57%, #d3baa5 35.71%, #cebdaa 42.86%, #cabfae 50%, #c6c1b3 57.14%, #c1c4b8 64.29%, #bdc6bd 71.43%, #b8c8c1 78.57%, #b3cac6 85.71%, #adccca 92.86%, #a8cecf 100%);
  background-image: linear-gradient(90deg in oklab, #e6ae8c 0%, #a8cecf 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#e6ae8c] to-[#a8cecf]
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="#e6ae8c"/><stop offset="7.14%" stop-color="#e2b191"/><stop offset="14.29%" stop-color="#dfb396"/><stop offset="21.43%" stop-color="#dbb69b"/><stop offset="28.57%" stop-color="#d7b8a0"/><stop offset="35.71%" stop-color="#d3baa5"/><stop offset="42.86%" stop-color="#cebdaa"/><stop offset="50%" stop-color="#cabfae"/><stop offset="57.14%" stop-color="#c6c1b3"/><stop offset="64.29%" stop-color="#c1c4b8"/><stop offset="71.43%" stop-color="#bdc6bd"/><stop offset="78.57%" stop-color="#b8c8c1"/><stop offset="85.71%" stop-color="#b3cac6"/><stop offset="92.86%" stop-color="#adccca"/><stop offset="100%" stop-color="#a8cecf"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "peach-sea": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.902,
            0.682,
            0.549
          ],
          "hex": "#e6ae8c"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.659,
            0.808,
            0.812
          ],
          "hex": "#a8cecf"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #e6ae8c 0%, #a8cecf 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Peach Sea",
        "contrast": {
          "white": {
            "ratio": 1.691,
            "at": 0.9935,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.771,
            "at": 0.0137,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Peach Sea (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 Peach Sea gradient (#e6ae8c, #a8cecf), 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