Midnight Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Twilight palette

Share this palette to:

Midnight Twilight color palette PNG image

Download midnight twilight color palette PNG image (landscape)
Download midnight twilight color palette PNG image (square)

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);
}

Midnight Twilight color palette created on .