Midnight Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Enchantment palette
Midnight Enchantment color palette PNG image
Midnight Enchantment color palette CSS
/* CSS */
.color-1 {
color: #1d1844;
}
.color-2 {
color: #262954;
}
.color-3 {
color: #434875;
}
.color-4 {
color: #665e97;
}
.color-5 {
color: #b95f79;
}
/* CSS Variables */
:root {
--color-1: #1d1844;
--color-2: #262954;
--color-3: #434875;
--color-4: #665e97;
--color-5: #b95f79;
}
Midnight Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1844, #262954, #434875, #665e97, #b95f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1844, #262954, #434875, #665e97, #b95f79);
}
Similar color palettes
Midnight Enchantment color palette created on .