Metalocalypse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metalocalypse palette
Color Inspiration
Images that showcase this color palette in real designs
Download Metalocalypse Color Palette (PNG)
Metalocalypse color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #7f3c8b;
}
.color-3 {
color: #c64e98;
}
.color-4 {
color: #f2742c;
}
.color-5 {
color: #e9c03a;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #7f3c8b;
--color-3: #c64e98;
--color-4: #f2742c;
--color-5: #e9c03a;
}
Metalocalypse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Metalocalypse color palette created on .