Skip to content

Mustard Palette

CSS variables
:root {
  --color-1: #E1AD01;
  --color-2: #F2C94C;
  --color-3: #F7E7B4;
  --color-4: #8C6A00;
  --color-5: #4A3800;
}
Tailwind config
// tailwind.config.js
colors: {
  "mustard-1": "#E1AD01",
  "mustard-2": "#F2C94C",
  "mustard-3": "#F7E7B4",
  "mustard-4": "#8C6A00",
  "mustard-5": "#4A3800",
}
About this palette

The Mustard 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.

More palettes

Related

Gradients in the same range

Copied