Midnight Waves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Waves palette
Midnight Waves color palette PNG image
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);
}
Similar color palettes
Midnight Waves color palette created on .