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