Y2K Zombie Color Palette
Discover the beautiful Y2K Zombie color palette featuring valentino (#3b0f4d), eminence (#7b2d8b), wisteria (#b05dbb), illusion (#f1a2c7) and wild watermelon (#ff5c87).
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 Y2K Zombie palette
💻 Y2K Zombie color palette CSS
/* CSS */
.color-1 {
color: #3b0f4d;
}
.color-2 {
color: #7b2d8b;
}
.color-3 {
color: #b05dbb;
}
.color-4 {
color: #f1a2c7;
}
.color-5 {
color: #ff5c87;
}
/* CSS Variables */
:root {
--color-1: #3b0f4d;
--color-2: #7b2d8b;
--color-3: #b05dbb;
--color-4: #f1a2c7;
--color-5: #ff5c87;
}
🌈 Y2K Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0f4d, #7b2d8b, #b05dbb, #f1a2c7, #ff5c87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0f4d, #7b2d8b, #b05dbb, #f1a2c7, #ff5c87);
}
🔗 Explore similar color palettes
Y2K Zombie color palette created on .