Twilight Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Serenity palette

Share this palette to:

Download Twilight Serenity Color Palette (PNG)

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

Twilight Serenity color palette CSS

/* CSS */
.color-1 {
color: #fbfdfe;
}
.color-2 {
color: #191614;
}
.color-3 {
color: #7a7166;
}
.color-4 {
color: #9ba6b0;
}
.color-5 {
color: #30507e;
}

/* CSS Variables */
:root {
--color-1: #fbfdfe;
--color-2: #191614;
--color-3: #7a7166;
--color-4: #9ba6b0;
--color-5: #30507e;
}

Twilight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdfe, #191614, #7a7166, #9ba6b0, #30507e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdfe, #191614, #7a7166, #9ba6b0, #30507e);
}

Similar color palettes

Twilight Serenity color palette created on .