Zombie Dreams Color Palette

Discover the beautiful Zombie Dreams color palette featuring zombie (#e4d59b), rainee (#bac4a1), oxley (#7d9b8e), cutty sark (#4a786d) and stromboli (#2d5c4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Earthy, Green, Muted, Light, Soft, Autumn, Retro, Warm, Forest 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: #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);
}

Zombie Dreams color palette created on .