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