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