Skip to content

Charcoal Amber Palette

CSS variables
:root {
  --color-1: #1C1C1C;
  --color-2: #3A3A3A;
  --color-3: #F59E0B;
  --color-4: #FCD34D;
  --color-5: #FAFAF9;
}
Tailwind config
// tailwind.config.js
colors: {
  "charcoal-amber-1": "#1C1C1C",
  "charcoal-amber-2": "#3A3A3A",
  "charcoal-amber-3": "#F59E0B",
  "charcoal-amber-4": "#FCD34D",
  "charcoal-amber-5": "#FAFAF9",
}
About this palette

The Charcoal Amber 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