← All palettes

Toy Shelf

Playful

Family and household products that want warmth over polish.

Click a swatch to copy its hex.

Do not use this for

Enterprise sales pages — it undercuts the price.

What was measured

Closest neighbours
ΔE00 9
how alike two adjacent swatches look
Darkest to lightest
1.37:1
WCAG contrast across the set
Lightness covered
10 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 3.2
worst under protanopia

These two are one colour to a reader with protanopia. Fine while the set is read as an order; never use them to mean two different things without a label or an icon as well.

A suggested mapping · derived, then measured

Five colours are not an interface, so this is an offer rather than a token set. It does not clear WCAG AA on body text and secondary text and the accent — stated here rather than left for you to discover.

/* Toy Shelf — Family and household products that want warmth over polish. */
:root {
  --palette-1: #e8d1a5;
  --palette-2: #cee6bb;
  --palette-3: #b7f3e5;
  --palette-4: #d7f2fe;
  --palette-5: #f2f5fe;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on body text and secondary text and the accent — fix that before shipping. */
  --bg: #f2f5fe;
  --text: #e8d1a5;        /* 1.37:1 on --bg */
  --muted: #cee6bb;      /* 1.23:1 on --bg */
  --accent: #b7f3e5;     /* 1.14:1 on --bg */
  --accent-text: #111111;
}

Tailwind

// tailwind.config — Toy Shelf
export default {
  theme: {
    extend: {
      colors: {
        toyshelf: {
        100: "#e8d1a5",
        200: "#cee6bb",
        300: "#b7f3e5",
        400: "#d7f2fe",
        500: "#f2f5fe",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Toy Shelf palette: #E8D1A5, #CEE6BB, #B7F3E5, #D7F2FE, #F2F5FE.

It is for this: Family and household products that want warmth over polish.

Map it as ground #F2F5FE, body text #E8D1A5, secondary text #CEE6BB, and one accent #B7F3E5 with #111111 printed on it. That mapping does not clear WCAG AA on body text and secondary text and the accent — body 1.37:1, secondary 1.23:1, accent 1.14:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Enterprise sales pages — it undercuts the price.

Do not add a sixth colour, do not tint the greys toward a second hue, and do not carry meaning on hue alone — once colour vision is taken away the closest two of these sit only 3.2 apart on the CIEDE2000 scale, which is too close to tell apart, so pair every coloured state with a label or an icon.

How this palette was built · no hex was chosen by hand

The catalog states a recipe — spread from hue 84 — and the five colours are derived from it in OKLCH, where a step of lightness is a step your eye agrees with rather than one the hex numbers agree with. That is why the numbers above are properties of this palette rather than claims about it.

Others for the same job