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: #c7dbdb;
}
.color-2 {
color: #8a9899;
}
.color-3 {
color: #3b3b3b;
}
.color-4 {
color: #70002d;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #c7dbdb;
--color-2: #8a9899;
--color-3: #3b3b3b;
--color-4: #70002d;
--color-5: #e0e0e0;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dbdb, #8a9899, #3b3b3b, #70002d, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dbdb, #8a9899, #3b3b3b, #70002d, #e0e0e0);
}

Midnight Mist color palette created on .