The Mummy Color Palette

Discover the beautiful The Mummy color palette featuring equator (#e4b267), brandy punch (#d78028), copper (#a96b2d), nutmeg (#7b4c2d) and lisbon brown (#4b3b26).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Brown, Earthy, Desert, Ancient, Warm, Arid, Movie 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 Mummy palette

Share this palette to:

💻 The Mummy color palette CSS

/* CSS */
.color-1 {
color: #e4b267;
}
.color-2 {
color: #d78028;
}
.color-3 {
color: #a96b2d;
}
.color-4 {
color: #7b4c2d;
}
.color-5 {
color: #4b3b26;
}

/* CSS Variables */
:root {
--color-1: #e4b267;
--color-2: #d78028;
--color-3: #a96b2d;
--color-4: #7b4c2d;
--color-5: #4b3b26;
}

🌈 The Mummy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b267, #d78028, #a96b2d, #7b4c2d, #4b3b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b267, #d78028, #a96b2d, #7b4c2d, #4b3b26);
}

The Mummy color palette created on .