Doom Color Palette

Discover the beautiful Doom color palette featuring buccaneer (#5b2a2e), copper rust (#914b4c), turkish rose (#b67c7f), petite orchid (#e59fa2) and we peep (#f5d6d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Maroon, Pink, Crimson, Burgundy, Soft, Muted, Gray 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 Doom palette

Share this palette to:

💻 Doom color palette CSS

/* CSS */
.color-1 {
color: #5b2a2e;
}
.color-2 {
color: #914b4c;
}
.color-3 {
color: #b67c7f;
}
.color-4 {
color: #e59fa2;
}
.color-5 {
color: #f5d6d8;
}

/* CSS Variables */
:root {
--color-1: #5b2a2e;
--color-2: #914b4c;
--color-3: #b67c7f;
--color-4: #e59fa2;
--color-5: #f5d6d8;
}

🌈 Doom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a2e, #914b4c, #b67c7f, #e59fa2, #f5d6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a2e, #914b4c, #b67c7f, #e59fa2, #f5d6d8);
}

Doom color palette created on .