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