Twilight Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Serenade palette

Share this palette to:

Twilight Serenade color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4d70b3;
}
.color-3 {
color: #7ba0db;
}
.color-4 {
color: #e86969;
}
.color-5 {
color: #f58a8a;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4d70b3;
--color-3: #7ba0db;
--color-4: #e86969;
--color-5: #f58a8a;
}

Twilight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4d70b3, #7ba0db, #e86969, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4d70b3, #7ba0db, #e86969, #f58a8a);
}

Twilight Serenade color palette created on .