Dark Blue Waves Color Palette
Discover the beautiful Dark Blue Waves color palette featuring tangaroa (#031648), deep sapphire (#072a6e), catalina blue (#0a3586), tory blue (#0f47a4) and tory blue (#125baf).
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 Waves palette
💻 Dark Blue Waves color palette CSS
/* CSS */
.color-1 {
color: #031648;
}
.color-2 {
color: #072a6e;
}
.color-3 {
color: #0a3586;
}
.color-4 {
color: #0f47a4;
}
.color-5 {
color: #125baf;
}
/* CSS Variables */
:root {
--color-1: #031648;
--color-2: #072a6e;
--color-3: #0a3586;
--color-4: #0f47a4;
--color-5: #125baf;
} 🌈 Dark Blue Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #031648, #072a6e, #0a3586, #0f47a4, #125baf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #031648, #072a6e, #0a3586, #0f47a4, #125baf);
} 🔗 Explore similar color palettes
Dark Blue Waves color palette created on .