Named gradient · uiGradients

Pale Wood

Pale Wood is a orange gradient from uiGradients (MIT) — #eacda3 → #d6ae7b 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.20:1 · AA
white 1.53 failsblack 10.20 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.

sRGB88%
OKLab88%
OKLCH88%

Report

  • white ink: worst 1.53:1 at 0% (fails AA); black ink: worst 10.20:1 at 100% (AA) → use black text.
  • Banding high: ~36px bands at 1440px — add grain 50 (≈3% soft-light noise) or shorten the ramp.

Export

css
.gradient {
  background-image: linear-gradient(90deg, #eacda3 0%, #e9cba0 7.14%, #e7c99d 14.29%, #e6c69a 21.43%, #e4c498 28.57%, #e3c295 35.71%, #e1c092 42.86%, #e0bd8f 50%, #dfbb8c 57.14%, #ddb989 64.29%, #dcb786 71.43%, #dab584 78.57%, #d9b281 85.71%, #d7b07e 92.86%, #d6ae7b 100%);
  background-image: linear-gradient(90deg in oklab, #eacda3 0%, #d6ae7b 100%);
}
tailwind v4
bg-linear-to-r/oklab from-[#eacda3] to-[#d6ae7b]
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="#eacda3"/><stop offset="7.14%" stop-color="#e9cba0"/><stop offset="14.29%" stop-color="#e7c99d"/><stop offset="21.43%" stop-color="#e6c69a"/><stop offset="28.57%" stop-color="#e4c498"/><stop offset="35.71%" stop-color="#e3c295"/><stop offset="42.86%" stop-color="#e1c092"/><stop offset="50%" stop-color="#e0bd8f"/><stop offset="57.14%" stop-color="#dfbb8c"/><stop offset="64.29%" stop-color="#ddb989"/><stop offset="71.43%" stop-color="#dcb786"/><stop offset="78.57%" stop-color="#dab584"/><stop offset="85.71%" stop-color="#d9b281"/><stop offset="92.86%" stop-color="#d7b07e"/><stop offset="100%" stop-color="#d6ae7b"/></linearGradient></defs><rect width="1440" height="600" fill="url(#bs-gradient)"/></svg>
dtcg
{
  "pale-wood": {
    "$type": "gradient",
    "$value": [
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.918,
            0.804,
            0.639
          ],
          "hex": "#eacda3"
        },
        "position": 0
      },
      {
        "color": {
          "colorSpace": "srgb",
          "components": [
            0.839,
            0.682,
            0.482
          ],
          "hex": "#d6ae7b"
        },
        "position": 1
      }
    ],
    "$extensions": {
      "com.brandsweets": {
        "kind": "linear",
        "css": "linear-gradient(90deg in oklab, #eacda3 0%, #d6ae7b 100%)",
        "interpolation": "oklab",
        "angle": 90,
        "name": "Pale Wood",
        "contrast": {
          "white": {
            "ratio": 1.526,
            "at": 0,
            "passesAA": false,
            "passesAALarge": false
          },
          "black": {
            "ratio": 10.2,
            "at": 1,
            "passesAA": true,
            "passesAALarge": true
          },
          "suggestedInk": "#000000"
        }
      }
    },
    "$description": "Pale Wood (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 Pale Wood gradient (#eacda3, #d6ae7b), 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