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: #2a2e6f;
}
.color-2 {
color: #5b4b8b;
}
.color-3 {
color: #b04a78;
}
.color-4 {
color: #f39b68;
}
.color-5 {
color: #f9e74e;
}

/* CSS Variables */
:root {
--color-1: #2a2e6f;
--color-2: #5b4b8b;
--color-3: #b04a78;
--color-4: #f39b68;
--color-5: #f9e74e;
}

Twilight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e6f, #5b4b8b, #b04a78, #f39b68, #f9e74e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e6f, #5b4b8b, #b04a78, #f39b68, #f9e74e);
}

Twilight Serenade color palette created on .