Zombie Drones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Drones palette
Zombie Drones color palette PNG image
Zombie Drones color palette CSS
/* CSS */
.color-1 {
color: #a5c0b6;
}
.color-2 {
color: #c6d6d7;
}
.color-3 {
color: #f4b5a4;
}
.color-4 {
color: #d97b6d;
}
.color-5 {
color: #a36c6d;
}
/* CSS Variables */
:root {
--color-1: #a5c0b6;
--color-2: #c6d6d7;
--color-3: #f4b5a4;
--color-4: #d97b6d;
--color-5: #a36c6d;
}
Zombie Drones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c0b6, #c6d6d7, #f4b5a4, #d97b6d, #a36c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c0b6, #c6d6d7, #f4b5a4, #d97b6d, #a36c6d);
}
Similar color palettes
Zombie Drones color palette created on .