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