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: #1c1c1c;
}
.color-2 {
color: #515152;
}
.color-3 {
color: #d7d8db;
}
.color-4 {
color: #85868a;
}
.color-5 {
color: #303136;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #515152;
--color-3: #d7d8db;
--color-4: #85868a;
--color-5: #303136;
}

Midnight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #515152, #d7d8db, #85868a, #303136);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #515152, #d7d8db, #85868a, #303136);
}

Midnight Mist color palette created on .