Metallica Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metallica Vibes palette

Share this palette to:

Metallica Vibes color palette PNG image

Download metallica vibes color palette PNG image (landscape)
Download metallica vibes color palette PNG image (square)

Metallica Vibes color palette CSS

/* CSS */
.color-1 {
color: #2f3b5b;
}
.color-2 {
color: #4c5f7b;
}
.color-3 {
color: #7a8a94;
}
.color-4 {
color: #a4b6c6;
}
.color-5 {
color: #dae4ec;
}

/* CSS Variables */
:root {
--color-1: #2f3b5b;
--color-2: #4c5f7b;
--color-3: #7a8a94;
--color-4: #a4b6c6;
--color-5: #dae4ec;
}

Metallica Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3b5b, #4c5f7b, #7a8a94, #a4b6c6, #dae4ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3b5b, #4c5f7b, #7a8a94, #a4b6c6, #dae4ec);
}

Metallica Vibes color palette created on .