Midnight Mischief Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Mischief palette
Midnight Mischief color palette PNG image
Midnight Mischief color palette CSS
/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #2d2a51;
}
.color-3 {
color: #3e3b68;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #2d2a51;
--color-3: #3e3b68;
--color-4: #f47b1f;
--color-5: #e94e77;
}
Midnight Mischief background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #2d2a51, #3e3b68, #f47b1f, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #2d2a51, #3e3b68, #f47b1f, #e94e77);
}
Similar color palettes
Midnight Mischief color palette created on .