Cyberpunk Purple Color Palette
Discover the beautiful Cyberpunk Purple color palette featuring deep blue (#1e0a75), purple (#a400b3), radical red (#ff2e70), azure radiance (#00aeff) and pigment indigo (#400080).
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 Cyberpunk Purple palette
💻 Cyberpunk Purple color palette CSS
/* CSS */
.color-1 {
color: #1e0a75;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #ff2e70;
}
.color-4 {
color: #00aeff;
}
.color-5 {
color: #400080;
}
/* CSS Variables */
:root {
--color-1: #1e0a75;
--color-2: #a400b3;
--color-3: #ff2e70;
--color-4: #00aeff;
--color-5: #400080;
} 🌈 Cyberpunk Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e0a75, #a400b3, #ff2e70, #00aeff, #400080);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e0a75, #a400b3, #ff2e70, #00aeff, #400080);
} 🔗 Explore similar color palettes
Cyberpunk Purple color palette created on .