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: #7a3f9d;
}
.color-2 {
color: #e2793c;
}
.color-3 {
color: #f5c56b;
}
.color-4 {
color: #f0a3b9;
}
.color-5 {
color: #c95c3b;
}

/* CSS Variables */
:root {
--color-1: #7a3f9d;
--color-2: #e2793c;
--color-3: #f5c56b;
--color-4: #f0a3b9;
--color-5: #c95c3b;
}

Twilight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f9d, #e2793c, #f5c56b, #f0a3b9, #c95c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f9d, #e2793c, #f5c56b, #f0a3b9, #c95c3b);
}

Twilight Serenade color palette created on .