The Mummy Color Palette
Discover the beautiful The Mummy color palette featuring hokey pokey (#d8b32c), copper (#c77b38), dallas (#7b5d2d), judge gray (#4c3f2a) and mine shaft (#2e2e2e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGold, Brown, Earthy, Desert, Warm, Ancient, Exploration 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
💻 The Mummy color palette CSS
/* CSS */
.color-1 {
color: #d8b32c;
}
.color-2 {
color: #c77b38;
}
.color-3 {
color: #7b5d2d;
}
.color-4 {
color: #4c3f2a;
}
.color-5 {
color: #2e2e2e;
}
/* CSS Variables */
:root {
--color-1: #d8b32c;
--color-2: #c77b38;
--color-3: #7b5d2d;
--color-4: #4c3f2a;
--color-5: #2e2e2e;
} 🌈 The Mummy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b32c, #c77b38, #7b5d2d, #4c3f2a, #2e2e2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b32c, #c77b38, #7b5d2d, #4c3f2a, #2e2e2e);
} 🔗 Explore similar color palettes
The Mummy color palette created on .