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: #1b202d;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a6478;
}
.color-4 {
color: #6996b5;
}
.color-5 {
color: #b7e1f0;
}

/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #2b3d50;
--color-3: #4a6478;
--color-4: #6996b5;
--color-5: #b7e1f0;
}

Midnight Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #2b3d50, #4a6478, #6996b5, #b7e1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #2b3d50, #4a6478, #6996b5, #b7e1f0);
}

Midnight Waves color palette created on .