Dark Blue Color Palette
Discover the beautiful Dark Blue color palette featuring steel gray (#1d1d2f), mulled wine (#4b4b6c), storm gray (#6f6f8b), manatee (#8d8da0) and cadet blue (#b2b2c7).
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 Dark Blue palette
💻 Dark Blue color palette CSS
/* CSS */
.color-1 {
color: #1d1d2f;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #6f6f8b;
}
.color-4 {
color: #8d8da0;
}
.color-5 {
color: #b2b2c7;
}
/* CSS Variables */
:root {
--color-1: #1d1d2f;
--color-2: #4b4b6c;
--color-3: #6f6f8b;
--color-4: #8d8da0;
--color-5: #b2b2c7;
}
🌈 Dark Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d2f, #4b4b6c, #6f6f8b, #8d8da0, #b2b2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d2f, #4b4b6c, #6f6f8b, #8d8da0, #b2b2c7);
}
🔗 Explore similar color palettes
Dark Blue color palette created on .