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 PNG image

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: #c6cbd7;
}
.color-3 {
color: #a8b8b6;
}
.color-4 {
color: #77a1ac;
}
.color-5 {
color: #477680;
}

/* CSS Variables */
:root {
--color-1: #f0f0f5;
--color-2: #c6cbd7;
--color-3: #a8b8b6;
--color-4: #77a1ac;
--color-5: #477680;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f5, #c6cbd7, #a8b8b6, #77a1ac, #477680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f5, #c6cbd7, #a8b8b6, #77a1ac, #477680);
}

Midnight Mist color palette created on .