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: #f7e13b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f66809;
}
.color-4 {
color: #d75323;
}
.color-5 {
color: #7e1b1b;
}
/* CSS Variables */
:root {
--color-1: #f7e13b;
--color-2: #f5a524;
--color-3: #f66809;
--color-4: #d75323;
--color-5: #7e1b1b;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e13b, #f5a524, #f66809, #d75323, #7e1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e13b, #f5a524, #f66809, #d75323, #7e1b1b);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sunset Serenade color palette created on .