Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Share this palette to:

Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #5d0ebe;
}
.color-2 {
color: #6a4ec1;
}
.color-3 {
color: #7e8cc4;
}
.color-4 {
color: #b5e1f2;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #5d0ebe;
--color-2: #6a4ec1;
--color-3: #7e8cc4;
--color-4: #b5e1f2;
--color-5: #f0a800;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d0ebe, #6a4ec1, #7e8cc4, #b5e1f2, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d0ebe, #6a4ec1, #7e8cc4, #b5e1f2, #f0a800);
}

Sunset Serenade color palette created on .