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: #e8422c;
}
.color-2 {
color: #f86949;
}
.color-3 {
color: #f8a76d;
}
.color-4 {
color: #fbd47e;
}
.color-5 {
color: #f7df88;
}
/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f86949;
--color-3: #f8a76d;
--color-4: #fbd47e;
--color-5: #f7df88;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f86949, #f8a76d, #fbd47e, #f7df88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f86949, #f8a76d, #fbd47e, #f7df88);
}
Similar color palettes
Sunset Serenade color palette created on .