Midnight Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Mist palette
Midnight Mist color palette PNG image
Midnight Mist color palette CSS
/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3c4248;
}
.color-3 {
color: #758b99;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3c4248;
--color-3: #758b99;
--color-4: #a1c6d4;
--color-5: #f0f8ff;
}
Midnight Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3c4248, #758b99, #a1c6d4, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3c4248, #758b99, #a1c6d4, #f0f8ff);
}
Similar color palettes
Midnight Mist color palette created on .