Cyber Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber palette
Cyber color palette CSS
/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #3c4f9a;
}
.color-4 {
color: #66a3ff;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #2a2e6f;
--color-3: #3c4f9a;
--color-4: #66a3ff;
--color-5: #f0a800;
}
Cyber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #2a2e6f, #3c4f9a, #66a3ff, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #2a2e6f, #3c4f9a, #66a3ff, #f0a800);
}
Similar color palettes
Scroll down to explore 30+ Blue color palettes
Cyber color palette created on .