Dark Blue Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Waves palette

Share this palette to:

Dark Blue Waves color palette PNG image

Download dark blue waves color palette PNG image (landscape)
Download dark blue waves color palette PNG image (square)

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);
}

Dark Blue Waves color palette created on .