Skip to content

Sunset Palette

CSS variables
:root {
  --color-1: #FF6B6B;
  --color-2: #FFA07A;
  --color-3: #FFD93D;
  --color-4: #FF8C42;
  --color-5: #C9484B;
}
Tailwind config
// tailwind.config.js
colors: {
  "sunset-1": "#FF6B6B",
  "sunset-2": "#FFA07A",
  "sunset-3": "#FFD93D",
  "sunset-4": "#FF8C42",
  "sunset-5": "#C9484B",
}
About this palette

The Sunset palette is a curated set of 5 colors with their HEX, RGB and ready CSS-variable and Tailwind exports. Click any swatch for that color's full breakdown — conversions, contrast and harmonies.

Readable text on each color

White and near-black measured against every swatch. AA means the pairing clears 4.5:1 for body text; Large means it only clears 3:1, so reserve it for 24px and up.

Aa
#FF6B6BNear-black6.81:1AA
Aa
#FFA07ANear-black9.50:1AA
Aa
#FFD93DNear-black13.72:1AA
Aa
#FF8C42Near-black8.17:1AA
Aa
#C9484BWhite4.65:1AA
These colours on each other

None of the 20 combinations inside this palette reach 4.5:1, so pair its colours with white or near-black rather than with each other.

text \\ background#FF6B6B#FFA07A#FFD93D#FF8C42#C9484B
#FF6B6B1.40Fails2.01Fails1.20Fails1.68Fails
#FFA07A1.40Fails1.44Fails1.16Fails2.34Fails
#FFD93D2.01Fails1.44Fails1.68Fails3.38Large only
#FF8C421.20Fails1.16Fails1.68Fails2.01Fails
#C9484B1.68Fails2.34Fails3.38Large only2.01Fails
More palettes

Related

Gradients in the same range

✓ Copied