Zombie Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Vibes palette
Zombie Vibes color palette PNG image
Zombie Vibes color palette CSS
/* CSS */
.color-1 {
color: #e4d59b;
}
.color-2 {
color: #c1b09a;
}
.color-3 {
color: #a57e84;
}
.color-4 {
color: #4b3a73;
}
.color-5 {
color: #3d5a8a;
}
/* CSS Variables */
:root {
--color-1: #e4d59b;
--color-2: #c1b09a;
--color-3: #a57e84;
--color-4: #4b3a73;
--color-5: #3d5a8a;
}
Zombie Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d59b, #c1b09a, #a57e84, #4b3a73, #3d5a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d59b, #c1b09a, #a57e84, #4b3a73, #3d5a8a);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie Vibes color palette created on .