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: #fbd8d0;
}
.color-2 {
color: #f69228;
}
.color-3 {
color: #a48f89;
}
.color-4 {
color: #c57f34;
}
.color-5 {
color: #8d482a;
}
/* CSS Variables */
:root {
--color-1: #fbd8d0;
--color-2: #f69228;
--color-3: #a48f89;
--color-4: #c57f34;
--color-5: #8d482a;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd8d0, #f69228, #a48f89, #c57f34, #8d482a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd8d0, #f69228, #a48f89, #c57f34, #8d482a);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Sunset Serenade color palette created on .