Purple Rotting Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Rotting Zombie palette
Purple Rotting Zombie color palette PNG image
Purple Rotting Zombie color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b57bb7;
}
.color-3 {
color: #d3a3e0;
}
.color-4 {
color: #f5c7d1;
}
.color-5 {
color: #df9fc2;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b57bb7;
--color-3: #d3a3e0;
--color-4: #f5c7d1;
--color-5: #df9fc2;
}
Purple Rotting Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b57bb7, #d3a3e0, #f5c7d1, #df9fc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b57bb7, #d3a3e0, #f5c7d1, #df9fc2);
}
Similar color palettes
Scroll down to explore 5 Purple color palettes
Purple Rotting Zombie color palette created on .