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