Cyber Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyber Color Palette (PNG)
Cyber color palette CSS
/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #3b3b8c;
}
.color-3 {
color: #5a5abf;
}
.color-4 {
color: #8080ff;
}
.color-5 {
color: #a3a3ff;
}
/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3b3b8c;
--color-3: #5a5abf;
--color-4: #8080ff;
--color-5: #a3a3ff;
}
Cyber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3b3b8c, #5a5abf, #8080ff, #a3a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3b3b8c, #5a5abf, #8080ff, #a3a3ff);
}
Similar color palettes
Scroll down to explore 30+ Cyberpunk color palettes
Cyber color palette created on .