Midnight Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Mirage palette
Midnight Mirage color palette CSS
/* CSS */
.color-1 {
color: #1d1f25;
}
.color-2 {
color: #4b4f58;
}
.color-3 {
color: #6b7280;
}
.color-4 {
color: #9fafc1;
}
.color-5 {
color: #f5dfb8;
}
/* CSS Variables */
:root {
--color-1: #1d1f25;
--color-2: #4b4f58;
--color-3: #6b7280;
--color-4: #9fafc1;
--color-5: #f5dfb8;
}
Midnight Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f25, #4b4f58, #6b7280, #9fafc1, #f5dfb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f25, #4b4f58, #6b7280, #9fafc1, #f5dfb8);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Midnight Mirage color palette created on .