Midnight Fae Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Fae palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Fae Color Palette (PNG)
Midnight Fae color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b2b91;
}
.color-3 {
color: #5b4aa1;
}
.color-4 {
color: #8b70bd;
}
.color-5 {
color: #c0a2e6;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2b91;
--color-3: #5b4aa1;
--color-4: #8b70bd;
--color-5: #c0a2e6;
}
Midnight Fae background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2b91, #5b4aa1, #8b70bd, #c0a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2b91, #5b4aa1, #8b70bd, #c0a2e6);
}
Similar color palettes
Midnight Fae color palette created on .