Dark Navy Galaxy Color Palette
Discover the beautiful Dark Navy Galaxy color palette featuring steel gray (#1f202e), steel gray (#2e293d), trout (#4c4b58), manatee (#898b9f) and santas gray (#a3a7b8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Modern 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: #1f202e;
}
.color-2 {
color: #2e293d;
}
.color-3 {
color: #4c4b58;
}
.color-4 {
color: #898b9f;
}
.color-5 {
color: #a3a7b8;
}
/* CSS Variables */
:root {
--color-1: #1f202e;
--color-2: #2e293d;
--color-3: #4c4b58;
--color-4: #898b9f;
--color-5: #a3a7b8;
} 🌈 Dark Navy Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f202e, #2e293d, #4c4b58, #898b9f, #a3a7b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f202e, #2e293d, #4c4b58, #898b9f, #a3a7b8);
} 🔗 Explore similar color palettes
Dark Navy Galaxy color palette created on .