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