Metallica Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metallica Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Metallica Vibes Color Palette (PNG)
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);
}
Similar color palettes
Metallica Vibes color palette created on .