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