Doom Tail Color Palette

Discover the beautiful Doom Tail color palette featuring taupe (#493c36), leather (#9b6c59), laser (#c2a76b), harvest gold (#e5c77b) and wheat (#f4e0ae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Brown, Cream, Warm, Soft, Retro, Autumn, Beach 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 Tail palette

Share this palette to:

💻 Doom Tail color palette CSS

/* CSS */
.color-1 {
color: #493c36;
}
.color-2 {
color: #9b6c59;
}
.color-3 {
color: #c2a76b;
}
.color-4 {
color: #e5c77b;
}
.color-5 {
color: #f4e0ae;
}

/* CSS Variables */
:root {
--color-1: #493c36;
--color-2: #9b6c59;
--color-3: #c2a76b;
--color-4: #e5c77b;
--color-5: #f4e0ae;
}

🌈 Doom Tail background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493c36, #9b6c59, #c2a76b, #e5c77b, #f4e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493c36, #9b6c59, #c2a76b, #e5c77b, #f4e0ae);
}

Doom Tail color palette created on .