Midnight Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Mist palette

Share this palette to:

Midnight Mist color palette CSS

/* CSS */
.color-1 {
color: #4b6f91;
}
.color-2 {
color: #7899ab;
}
.color-3 {
color: #b1c5cd;
}
.color-4 {
color: #edf1f2;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #4b6f91;
--color-2: #7899ab;
--color-3: #b1c5cd;
--color-4: #edf1f2;
--color-5: #2b3d50;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f91, #7899ab, #b1c5cd, #edf1f2, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f91, #7899ab, #b1c5cd, #edf1f2, #2b3d50);
}

Midnight Mist color palette created on .