Syber Dream Color Palette
Discover the beautiful Syber Dream color palette featuring lucky point (#1e1e71), victoria (#4c4c9a), blue marguerite (#7575c2), dull lavender (#a1a1e2) and fog (#d6d6ff).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cyberpunk, Futuristic, High Contrast, Light, Modern, Soft, Violet 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 Syber Dream palette
💻 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);
} 🔗 Explore similar color palettes
Syber Dream color palette created on .