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: #ff7c6b;
}
.color-2 {
color: #ffb580;
}
.color-3 {
color: #ffe8b3;
}
.color-4 {
color: #a9e5c3;
}
.color-5 {
color: #6ccb79;
}

/* CSS Variables */
:root {
--color-1: #ff7c6b;
--color-2: #ffb580;
--color-3: #ffe8b3;
--color-4: #a9e5c3;
--color-5: #6ccb79;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7c6b, #ffb580, #ffe8b3, #a9e5c3, #6ccb79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7c6b, #ffb580, #ffe8b3, #a9e5c3, #6ccb79);
}

Sunset Serenade color palette created on .