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: #f9d339;
}
.color-2 {
color: #fbaf2d;
}
.color-3 {
color: #f84d2a;
}
.color-4 {
color: #d93f5c;
}
.color-5 {
color: #a65e99;
}

/* CSS Variables */
:root {
--color-1: #f9d339;
--color-2: #fbaf2d;
--color-3: #f84d2a;
--color-4: #d93f5c;
--color-5: #a65e99;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d339, #fbaf2d, #f84d2a, #d93f5c, #a65e99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d339, #fbaf2d, #f84d2a, #d93f5c, #a65e99);
}

Sunset Serenade color palette created on .