Neon Cyber Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Cyber palette
Color Inspiration
Images that showcase this color palette in real designs
Download Neon Cyber Color Palette (PNG)
Neon Cyber color palette CSS
/* CSS */
.color-1 {
color: #00ffaa;
}
.color-2 {
color: #00b3a1;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #005b80;
}
.color-5 {
color: #001f3d;
}
/* CSS Variables */
:root {
--color-1: #00ffaa;
--color-2: #00b3a1;
--color-3: #007f80;
--color-4: #005b80;
--color-5: #001f3d;
}
Neon Cyber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffaa, #00b3a1, #007f80, #005b80, #001f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffaa, #00b3a1, #007f80, #005b80, #001f3d);
}
Similar color palettes
Neon Cyber color palette created on .