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: #1b262c;
}
.color-2 {
color: #2d3a3e;
}
.color-3 {
color: #4a4f54;
}
.color-4 {
color: #6c747a;
}
.color-5 {
color: #8f9ca3;
}

/* CSS Variables */
:root {
--color-1: #1b262c;
--color-2: #2d3a3e;
--color-3: #4a4f54;
--color-4: #6c747a;
--color-5: #8f9ca3;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b262c, #2d3a3e, #4a4f54, #6c747a, #8f9ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b262c, #2d3a3e, #4a4f54, #6c747a, #8f9ca3);
}

Midnight Mist color palette created on .