Cyberpunk Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyberpunk Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyberpunk Dreams Color Palette (PNG)
Cyberpunk Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff3d94;
}
.color-2 {
color: #b5307e;
}
.color-3 {
color: #6a2a98;
}
.color-4 {
color: #3f1c6d;
}
.color-5 {
color: #200b4b;
}
/* CSS Variables */
:root {
--color-1: #ff3d94;
--color-2: #b5307e;
--color-3: #6a2a98;
--color-4: #3f1c6d;
--color-5: #200b4b;
}
Cyberpunk Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d94, #b5307e, #6a2a98, #3f1c6d, #200b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d94, #b5307e, #6a2a98, #3f1c6d, #200b4b);
}
Similar color palettes
Scroll down to explore 1000+ colors.saturated color palettes
Cyberpunk Dreams color palette created on .