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