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: #1f2a2d;
}
.color-2 {
color: #3c4b4e;
}
.color-3 {
color: #5e6b6e;
}
.color-4 {
color: #8f9b9e;
}
.color-5 {
color: #c5d1d3;
}

/* CSS Variables */
:root {
--color-1: #1f2a2d;
--color-2: #3c4b4e;
--color-3: #5e6b6e;
--color-4: #8f9b9e;
--color-5: #c5d1d3;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a2d, #3c4b4e, #5e6b6e, #8f9b9e, #c5d1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a2d, #3c4b4e, #5e6b6e, #8f9b9e, #c5d1d3);
}

Midnight Mist color palette created on .