← All palettes

Sunset Pier

First screens

Travel and lifestyle heroes; warm foreground against a cool distance.

Click a swatch to copy its hex.

Do not use this for

Dense tables — two strong families make rows hard to scan.

What was measured

Closest neighbours
ΔE00 12.2
how alike two adjacent swatches look
Darkest to lightest
4.52:1
WCAG contrast across the set
Lightness covered
58 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 8.9
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 clears WCAG AA as it stands.

/* Sunset Pier — Travel and lifestyle heroes; warm foreground against a cool distance. */
:root {
  --palette-1: #78003a;
  --palette-2: #b5005a;
  --palette-3: #fbeeda;
  --palette-4: #004395;
  --palette-5: #68a5ff;

  /* A suggested mapping, not a token set. It clears WCAG AA as it stands. */
  --bg: #fbeeda;
  --text: #78003a;        /* 9.86:1 on --bg */
  --muted: #b5005a;      /* 5.89:1 on --bg */
  --accent: #b5005a;     /* 5.89:1 on --bg */
  --accent-text: #ffffff;
}

Tailwind

// tailwind.config — Sunset Pier
export default {
  theme: {
    extend: {
      colors: {
        sunsetpier: {
        100: "#78003a",
        200: "#b5005a",
        300: "#fbeeda",
        400: "#004395",
        500: "#68a5ff",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Sunset Pier palette: #78003A, #B5005A, #FBEEDA, #004395, #68A5FF.

It is for this: Travel and lifestyle heroes; warm foreground against a cool distance.

Map it as ground #FBEEDA, body text #78003A, secondary text #B5005A, and one accent #B5005A with #FFFFFF printed on it. Body text measures 9.86:1 against the ground and secondary text 5.89:1, so this mapping clears WCAG AA as it stands.

Do not use it for: Dense tables — two strong families make rows hard to scan.

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 8.9 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 — scene from hue 2 and 258 — 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