The Backrooms Color Palette

Discover the beautiful The Backrooms color palette featuring tacha (#d7d679), gimblet (#b3a66b), clay creek (#8f905a), verdigris (#494d2e) and heavy metal (#1b1f1a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Earthy, Muted, Neutral color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with The Backrooms palette

Share this palette to:

💻 The Backrooms color palette CSS

/* CSS */
.color-1 {
color: #d7d679;
}
.color-2 {
color: #b3a66b;
}
.color-3 {
color: #8f905a;
}
.color-4 {
color: #494d2e;
}
.color-5 {
color: #1b1f1a;
}

/* CSS Variables */
:root {
--color-1: #d7d679;
--color-2: #b3a66b;
--color-3: #8f905a;
--color-4: #494d2e;
--color-5: #1b1f1a;
}

🌈 The Backrooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d679, #b3a66b, #8f905a, #494d2e, #1b1f1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d679, #b3a66b, #8f905a, #494d2e, #1b1f1a);
}

The Backrooms color palette created on .