Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f7cf69;
}
.color-3 {
color: #f9a358;
}
.color-4 {
color: #f67d3c;
}
.color-5 {
color: #ed5b26;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f7cf69;
--color-3: #f9a358;
--color-4: #f67d3c;
--color-5: #ed5b26;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f7cf69, #f9a358, #f67d3c, #ed5b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f7cf69, #f9a358, #f67d3c, #ed5b26);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Sunset Serenade color palette created on .