Y2K Zombie Color Palette

Discover the beautiful Y2K Zombie color palette featuring valhalla (#2e1a47), vivid violet (#7e3b91), tapestry (#b4509b), cranberry (#e25a7e) and saffron mango (#f8ca49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withY2k, Zombie, Purple, Pink, Yellow, Bright, Fun, Modern, Vibrant 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 Y2K Zombie palette

Share this palette to:

💻 Y2K Zombie color palette CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #7e3b91;
}
.color-3 {
color: #b4509b;
}
.color-4 {
color: #e25a7e;
}
.color-5 {
color: #f8ca49;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #7e3b91;
--color-3: #b4509b;
--color-4: #e25a7e;
--color-5: #f8ca49;
}

🌈 Y2K Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #7e3b91, #b4509b, #e25a7e, #f8ca49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #7e3b91, #b4509b, #e25a7e, #f8ca49);
}

Y2K Zombie color palette created on .