Zombie Dreams Color Palette
Discover the beautiful Zombie Dreams color palette featuring gun powder (#3e3e5b), wild blue yonder (#7979af), pigeon post (#b4b4d9), new orleans (#f2d7a1) and mulberry (#cd5b7b).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Zombie Dreams palette
💻 Zombie Dreams color palette CSS
/* CSS */
.color-1 {
color: #3e3e5b;
}
.color-2 {
color: #7979af;
}
.color-3 {
color: #b4b4d9;
}
.color-4 {
color: #f2d7a1;
}
.color-5 {
color: #cd5b7b;
}
/* CSS Variables */
:root {
--color-1: #3e3e5b;
--color-2: #7979af;
--color-3: #b4b4d9;
--color-4: #f2d7a1;
--color-5: #cd5b7b;
}
🌈 Zombie Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3e5b, #7979af, #b4b4d9, #f2d7a1, #cd5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3e5b, #7979af, #b4b4d9, #f2d7a1, #cd5b7b);
}
🔗 Explore similar color palettes
Zombie Dreams color palette created on .