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: #f1ece9;
}
.color-2 {
color: #e9b772;
}
.color-3 {
color: #b17068;
}
.color-4 {
color: #a92327;
}
.color-5 {
color: #9a1871;
}

/* CSS Variables */
:root {
--color-1: #f1ece9;
--color-2: #e9b772;
--color-3: #b17068;
--color-4: #a92327;
--color-5: #9a1871;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ece9, #e9b772, #b17068, #a92327, #9a1871);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ece9, #e9b772, #b17068, #a92327, #9a1871);
}

Similar color palettes

Scroll down to explore 1 Soft beige color palette

Sunset Serenade color palette created on .