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: #1f1f3d;
}
.color-2 {
color: #4c4c90;
}
.color-3 {
color: #6e6ea6;
}
.color-4 {
color: #aa508f;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #4c4c90;
--color-3: #6e6ea6;
--color-4: #aa508f;
--color-5: #e63746;
}
Midnight Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #4c4c90, #6e6ea6, #aa508f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #4c4c90, #6e6ea6, #aa508f, #e63746);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Midnight Mirage color palette created on .