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: #fdf008;
}
.color-2 {
color: #f3d28c;
}
.color-3 {
color: #f0b74c;
}
.color-4 {
color: #e64d19;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #fdf008;
--color-2: #f3d28c;
--color-3: #f0b74c;
--color-4: #e64d19;
--color-5: #d72839;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf008, #f3d28c, #f0b74c, #e64d19, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf008, #f3d28c, #f0b74c, #e64d19, #d72839);
}
Similar color palettes
Sunset Serenade color palette created on .