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