Blue Milky Way Color Palette
Discover the beautiful Blue Milky Way color palette featuring mirage (#1b1e37), blue bayoux (#4b5d81), malibu (#808eff), melrose (#b8c4ff) and mystic (#e5e8f0).
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 Blue Milky Way palette
💻 Blue Milky Way color palette CSS
/* CSS */
.color-1 {
color: #1b1e37;
}
.color-2 {
color: #4b5d81;
}
.color-3 {
color: #808eff;
}
.color-4 {
color: #b8c4ff;
}
.color-5 {
color: #e5e8f0;
}
/* CSS Variables */
:root {
--color-1: #1b1e37;
--color-2: #4b5d81;
--color-3: #808eff;
--color-4: #b8c4ff;
--color-5: #e5e8f0;
} 🌈 Blue Milky Way background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e37, #4b5d81, #808eff, #b8c4ff, #e5e8f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e37, #4b5d81, #808eff, #b8c4ff, #e5e8f0);
} 🔗 Explore similar color palettes
Blue Milky Way color palette created on .