Leon’s Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leon’s Sunset Serenade palette
Leon’s Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #e36b2b;
}
.color-3 {
color: #c84a3c;
}
.color-4 {
color: #8c2c5a;
}
.color-5 {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #e36b2b;
--color-3: #c84a3c;
--color-4: #8c2c5a;
--color-5: #5e4b8b;
}
Leon’s Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #e36b2b, #c84a3c, #8c2c5a, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #e36b2b, #c84a3c, #8c2c5a, #5e4b8b);
}
Similar color palettes
Leon’s Sunset Serenade color palette created on .