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: #6bbec7;
}
.color-2 {
color: #5d3b18;
}
.color-3 {
color: #fbaf3c;
}
.color-4 {
color: #fffaf0;
}
.color-5 {
color: #991a2f;
}

/* CSS Variables */
:root {
--color-1: #6bbec7;
--color-2: #5d3b18;
--color-3: #fbaf3c;
--color-4: #fffaf0;
--color-5: #991a2f;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bbec7, #5d3b18, #fbaf3c, #fffaf0, #991a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bbec7, #5d3b18, #fbaf3c, #fffaf0, #991a2f);
}

Sunset Serenade color palette created on .