Zombie Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Dreams palette
Zombie Dreams color palette PNG image
Zombie Dreams color palette CSS
/* CSS */
.color-1 {
color: #e4d59b;
}
.color-2 {
color: #bac4a1;
}
.color-3 {
color: #7d9b8e;
}
.color-4 {
color: #4a786d;
}
.color-5 {
color: #2d5c4b;
}
/* CSS Variables */
:root {
--color-1: #e4d59b;
--color-2: #bac4a1;
--color-3: #7d9b8e;
--color-4: #4a786d;
--color-5: #2d5c4b;
}
Zombie Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d59b, #bac4a1, #7d9b8e, #4a786d, #2d5c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d59b, #bac4a1, #7d9b8e, #4a786d, #2d5c4b);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie Dreams color palette created on .