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