Zombie Teen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Teen palette
Color Inspiration
Images that showcase this color palette in real designs
Download Zombie Teen Color Palette (PNG)
Zombie Teen color palette CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a4a8c;
}
.color-3 {
color: #7a7ab8;
}
.color-4 {
color: #9f9fdf;
}
.color-5 {
color: #d9d9f7;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a4a8c;
--color-3: #7a7ab8;
--color-4: #9f9fdf;
--color-5: #d9d9f7;
}
Zombie Teen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a4a8c, #7a7ab8, #9f9fdf, #d9d9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a4a8c, #7a7ab8, #9f9fdf, #d9d9f7);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie Teen color palette created on .