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