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