Midnight Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Waves palette

Share this palette to:

Midnight Waves color palette PNG image

Download midnight waves color palette PNG image (landscape)
Download midnight waves color palette PNG image (square)

Midnight Waves color palette CSS

/* CSS */
.color-1 {
color: #191d38;
}
.color-2 {
color: #2e3b5c;
}
.color-3 {
color: #4b4f7c;
}
.color-4 {
color: #6f8f9b;
}
.color-5 {
color: #97c4d3;
}

/* CSS Variables */
:root {
--color-1: #191d38;
--color-2: #2e3b5c;
--color-3: #4b4f7c;
--color-4: #6f8f9b;
--color-5: #97c4d3;
}

Midnight Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191d38, #2e3b5c, #4b4f7c, #6f8f9b, #97c4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191d38, #2e3b5c, #4b4f7c, #6f8f9b, #97c4d3);
}

Similar color palettes

Midnight Waves color palette created on .