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: #3b403f;
}
.color-2 {
color: #6f6f6d;
}
.color-3 {
color: #a9b1b1;
}
.color-4 {
color: #d8d8c0;
}
.color-5 {
color: #e9a5a5;
}
/* CSS Variables */
:root {
--color-1: #3b403f;
--color-2: #6f6f6d;
--color-3: #a9b1b1;
--color-4: #d8d8c0;
--color-5: #e9a5a5;
}
Zombie Boy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b403f, #6f6f6d, #a9b1b1, #d8d8c0, #e9a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b403f, #6f6f6d, #a9b1b1, #d8d8c0, #e9a5a5);
}
Similar color palettes
Zombie Boy color palette created on .