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