Purple Retro Cyberpunk Color Palette
Discover the beautiful Purple Retro Cyberpunk color palette featuring eminence (#592d8f), amethyst (#8a4ed0), dull lavender (#b08fe5), mauve (#d4b3ff) and hot pink (#ff85c6).
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 Purple Retro Cyberpunk palette
💻 Purple Retro Cyberpunk color palette CSS
/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #8a4ed0;
}
.color-3 {
color: #b08fe5;
}
.color-4 {
color: #d4b3ff;
}
.color-5 {
color: #ff85c6;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #8a4ed0;
--color-3: #b08fe5;
--color-4: #d4b3ff;
--color-5: #ff85c6;
} 🌈 Purple Retro Cyberpunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #8a4ed0, #b08fe5, #d4b3ff, #ff85c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #8a4ed0, #b08fe5, #d4b3ff, #ff85c6);
} 🔗 Explore similar color palettes
Purple Retro Cyberpunk color palette created on .