Galactic Dream Color Palette
Discover the beautiful Galactic Dream color palette featuring gigas (#5d3b8c), affair (#8f4ba0), fuchsia pink (#b86bb5), light orchid (#e2a7e0) and moon raker (#f5d3f8).
Brightness
Saturation
Warmth
💡 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 Galactic Dream palette
💻 Galactic Dream color palette CSS
/* CSS */
.color-1 {
color: #5d3b8c;
}
.color-2 {
color: #8f4ba0;
}
.color-3 {
color: #b86bb5;
}
.color-4 {
color: #e2a7e0;
}
.color-5 {
color: #f5d3f8;
}
/* CSS Variables */
:root {
--color-1: #5d3b8c;
--color-2: #8f4ba0;
--color-3: #b86bb5;
--color-4: #e2a7e0;
--color-5: #f5d3f8;
} 🌈 Galactic Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
} 🔗 Explore similar color palettes
Galactic Dream color palette created on .