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: #4596ed;
}
.color-2 {
color: #202310;
}
.color-3 {
color: #132d49;
}
.color-4 {
color: #3e471f;
}
.color-5 {
color: #b1eafb;
}

/* CSS Variables */
:root {
--color-1: #4596ed;
--color-2: #202310;
--color-3: #132d49;
--color-4: #3e471f;
--color-5: #b1eafb;
}

Twilight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4596ed, #202310, #132d49, #3e471f, #b1eafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4596ed, #202310, #132d49, #3e471f, #b1eafb);
}

Similar color palettes

Twilight Serenity color palette created on .