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