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