Dark Navy Galaxy Color Palette
Discover the beautiful Dark Navy Galaxy color palette featuring lucky point (#1e2976), waikawa gray (#5a6ea0), logan (#a69fc6), snuff (#dac7e1) and catskill white (#f1f5f8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Dark, Purple 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 Dark Navy Galaxy palette
💻 Dark Navy Galaxy color palette CSS
/* CSS */
.color-1 {
color: #1e2976;
}
.color-2 {
color: #5a6ea0;
}
.color-3 {
color: #a69fc6;
}
.color-4 {
color: #dac7e1;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #1e2976;
--color-2: #5a6ea0;
--color-3: #a69fc6;
--color-4: #dac7e1;
--color-5: #f1f5f8;
} 🌈 Dark Navy Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2976, #5a6ea0, #a69fc6, #dac7e1, #f1f5f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2976, #5a6ea0, #a69fc6, #dac7e1, #f1f5f8);
} 🔗 Explore similar color palettes
Dark Navy Galaxy color palette created on .