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

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Gray, Muted, Vintage, Soft, Earthy, Zombie, Purple, Pink, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Zombie Dreams color palette created on .