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