Lunar Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Twilight palette

Share this palette to:

Download Lunar Twilight Color Palette (PNG)

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

Lunar Twilight color palette CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #3d4e6c;
}
.color-3 {
color: #8a9ac1;
}
.color-4 {
color: #d1b3ff;
}
.color-5 {
color: #e566a2;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #3d4e6c;
--color-3: #8a9ac1;
--color-4: #d1b3ff;
--color-5: #e566a2;
}

Lunar Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #3d4e6c, #8a9ac1, #d1b3ff, #e566a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #3d4e6c, #8a9ac1, #d1b3ff, #e566a2);
}

Lunar Twilight color palette created on .