Cyber Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Space palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyber Space Color Palette (PNG)
Cyber Space color palette CSS
/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #393979;
}
.color-3 {
color: #6b6bb3;
}
.color-4 {
color: #a9c2e0;
}
.color-5 {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #393979;
--color-3: #6b6bb3;
--color-4: #a9c2e0;
--color-5: #f7f7f7;
}
Cyber Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #393979, #6b6bb3, #a9c2e0, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #393979, #6b6bb3, #a9c2e0, #f7f7f7);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Cyber Space color palette created on .