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: #ff8052;
}
.color-2 {
color: #ffcc66;
}
.color-3 {
color: #6cb4e4;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc66;
--color-3: #6cb4e4;
--color-4: #9b58b6;
--color-5: #e74d3c;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc66, #6cb4e4, #9b58b6, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc66, #6cb4e4, #9b58b6, #e74d3c);
}

Sunset Serenade color palette created on .