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: #fbfefd;
}
.color-2 {
color: #05060f;
}
.color-3 {
color: #54628c;
}
.color-4 {
color: #b5c8de;
}
.color-5 {
color: #2b2b40;
}

/* CSS Variables */
:root {
--color-1: #fbfefd;
--color-2: #05060f;
--color-3: #54628c;
--color-4: #b5c8de;
--color-5: #2b2b40;
}

Twilight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfefd, #05060f, #54628c, #b5c8de, #2b2b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfefd, #05060f, #54628c, #b5c8de, #2b2b40);
}

Similar color palettes

Twilight Serenity color palette created on .