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