Heavy Metal Lover Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavy Metal Lover palette

Share this palette to:

Heavy Metal Lover color palette PNG image

Download heavy metal lover color palette PNG image (landscape)
Download heavy metal lover color palette PNG image (square)

Heavy Metal Lover color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #4d535c;
}
.color-3 {
color: #7e8b9a;
}
.color-4 {
color: #abb3ba;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4d535c;
--color-3: #7e8b9a;
--color-4: #abb3ba;
--color-5: #e74d3c;
}

Heavy Metal Lover background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4d535c, #7e8b9a, #abb3ba, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4d535c, #7e8b9a, #abb3ba, #e74d3c);
}

Heavy Metal Lover color palette created on .