Cyberpunk Purple Color Palette
Brightness
Saturation
Warmth
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);
}
Similar color palettes
Cyberpunk Purple color palette created on .