Syber Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Syber Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Syber Dream Color Palette (PNG)
Syber Dream color palette CSS
/* CSS */
.color-1 {
color: #1e1e71;
}
.color-2 {
color: #4c4c9a;
}
.color-3 {
color: #7575c2;
}
.color-4 {
color: #a1a1e2;
}
.color-5 {
color: #d6d6ff;
}
/* CSS Variables */
:root {
--color-1: #1e1e71;
--color-2: #4c4c9a;
--color-3: #7575c2;
--color-4: #a1a1e2;
--color-5: #d6d6ff;
}
Syber Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e71, #4c4c9a, #7575c2, #a1a1e2, #d6d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e71, #4c4c9a, #7575c2, #a1a1e2, #d6d6ff);
}
Similar color palettes
Scroll down to explore 30+ Cyberpunk color palettes
Syber Dream color palette created on .