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: #ffb300;
}
.color-2 {
color: #ffc929;
}
.color-3 {
color: #ffe680;
}
.color-4 {
color: #fff9c2;
}
.color-5 {
color: #ff9100;
}
/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ffc929;
--color-3: #ffe680;
--color-4: #fff9c2;
--color-5: #ff9100;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ffc929, #ffe680, #fff9c2, #ff9100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ffc929, #ffe680, #fff9c2, #ff9100);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Sunset Serenade color palette created on .