Cyber Color Palette
Discover the beautiful Cyber color palette featuring cerulean (#00bfff), cornflower blue (#5c5cfa), electric violet (#8800ff), electric violet (#c800ff) and wild strawberry (#ff3d8b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, High Contrast, Modern, Pink, Purple, Vibrant, Y2k color palettes and combinations.
💡 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 Cyber palette
💻 Cyber color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #5c5cfa;
}
.color-3 {
color: #8800ff;
}
.color-4 {
color: #c800ff;
}
.color-5 {
color: #ff3d8b;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #5c5cfa;
--color-3: #8800ff;
--color-4: #c800ff;
--color-5: #ff3d8b;
} 🌈 Cyber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #5c5cfa, #8800ff, #c800ff, #ff3d8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #5c5cfa, #8800ff, #c800ff, #ff3d8b);
} 🔗 Explore similar color palettes
Cyber color palette created on .