Midnight Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Mist palette

Share this palette to:

Download Midnight Mist Color Palette (PNG)

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

Midnight Mist color palette CSS

/* CSS */
.color-1 {
color: #f0f0f5;
}
.color-2 {
color: #c3c8d5;
}
.color-3 {
color: #a2b3b1;
}
.color-4 {
color: #709da9;
}
.color-5 {
color: #3e6f79;
}

/* CSS Variables */
:root {
--color-1: #f0f0f5;
--color-2: #c3c8d5;
--color-3: #a2b3b1;
--color-4: #709da9;
--color-5: #3e6f79;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f5, #c3c8d5, #a2b3b1, #709da9, #3e6f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f5, #c3c8d5, #a2b3b1, #709da9, #3e6f79);
}

Midnight Mist color palette created on .