Zombie Rabbit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Rabbit palette
Zombie Rabbit color palette PNG image
Zombie Rabbit color palette CSS
/* CSS */
.color-1 {
color: #7e5b9a;
}
.color-2 {
color: #a77dba;
}
.color-3 {
color: #d2a3d1;
}
.color-4 {
color: #f2c5d5;
}
.color-5 {
color: #f6b8b1;
}
/* CSS Variables */
:root {
--color-1: #7e5b9a;
--color-2: #a77dba;
--color-3: #d2a3d1;
--color-4: #f2c5d5;
--color-5: #f6b8b1;
}
Zombie Rabbit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5b9a, #a77dba, #d2a3d1, #f2c5d5, #f6b8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5b9a, #a77dba, #d2a3d1, #f2c5d5, #f6b8b1);
}
Similar color palettes
Zombie Rabbit color palette created on .