Cyberpunk Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyberpunk Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyberpunk Vibes Color Palette (PNG)
Cyberpunk Vibes color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #7c4dff;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffec3d;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #7c4dff;
--color-4: #ffc105;
--color-5: #ffec3d;
}
Cyberpunk Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #7c4dff, #ffc105, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #7c4dff, #ffc105, #ffec3d);
}
Similar color palettes
Cyberpunk Vibes color palette created on .