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: #f5b375;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #f8a5a6;
}
.color-5 {
color: #e36c59;
}

/* CSS Variables */
:root {
--color-1: #f5b375;
--color-2: #f7c94b;
--color-3: #f9e1a4;
--color-4: #f8a5a6;
--color-5: #e36c59;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b375, #f7c94b, #f9e1a4, #f8a5a6, #e36c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b375, #f7c94b, #f9e1a4, #f8a5a6, #e36c59);
}

Sunset Serenade color palette created on .