Neon Cyber Color Palette
Discover the beautiful Neon Cyber color palette featuring bright turquoise (#1affd1), cyan / aqua (#05ffea), razzle dazzle rose (#ff33cf), science blue (#0070e0) and international klein blue (#0033b3).
Brightness
Saturation
Warmth
Refine
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Neon Cyber palette
💻 Neon Cyber color palette CSS
/* CSS */
.color-1 {
color: #1affd1;
}
.color-2 {
color: #05ffea;
}
.color-3 {
color: #ff33cf;
}
.color-4 {
color: #0070e0;
}
.color-5 {
color: #0033b3;
}
/* CSS Variables */
:root {
--color-1: #1affd1;
--color-2: #05ffea;
--color-3: #ff33cf;
--color-4: #0070e0;
--color-5: #0033b3;
} 🌈 Neon Cyber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1affd1, #05ffea, #ff33cf, #0070e0, #0033b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1affd1, #05ffea, #ff33cf, #0070e0, #0033b3);
} 🔗 Explore similar color palettes
Neon Cyber color palette created on .