Shy Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shy Zombie palette
Download Shy Zombie Color Palette (PNG)
Shy Zombie color palette CSS
/* CSS */
.color-1 {
color: #d4c3e4;
}
.color-2 {
color: #a580bc;
}
.color-3 {
color: #6a4c94;
}
.color-4 {
color: #3f2a92;
}
.color-5 {
color: #1c1c3b;
}
/* CSS Variables */
:root {
--color-1: #d4c3e4;
--color-2: #a580bc;
--color-3: #6a4c94;
--color-4: #3f2a92;
--color-5: #1c1c3b;
}
Shy Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c3e4, #a580bc, #6a4c94, #3f2a92, #1c1c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c3e4, #a580bc, #6a4c94, #3f2a92, #1c1c3b);
}
Similar color palettes
Shy Zombie color palette created on .