Metalocalypse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metalocalypse palette

Share this palette to:

Metalocalypse color palette PNG image

Download metalocalypse color palette PNG image (landscape)
Download metalocalypse color palette PNG image (square)

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);
}

Metalocalypse color palette created on .