Lunar Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Twilight palette

Share this palette to:

Lunar Twilight color palette CSS

/* CSS */
.color-1 {
color: #1c202c;
}
.color-2 {
color: #4d5066;
}
.color-3 {
color: #7e8195;
}
.color-4 {
color: #b8b3e6;
}
.color-5 {
color: #d8c7e1;
}

/* CSS Variables */
:root {
--color-1: #1c202c;
--color-2: #4d5066;
--color-3: #7e8195;
--color-4: #b8b3e6;
--color-5: #d8c7e1;
}

Lunar Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c202c, #4d5066, #7e8195, #b8b3e6, #d8c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c202c, #4d5066, #7e8195, #b8b3e6, #d8c7e1);
}

Lunar Twilight color palette created on .