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