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: #f5db84;
}
.color-2 {
color: #eebdb0;
}
.color-3 {
color: #eaaf62;
}
.color-4 {
color: #da6d49;
}
.color-5 {
color: #957b6f;
}
/* CSS Variables */
:root {
--color-1: #f5db84;
--color-2: #eebdb0;
--color-3: #eaaf62;
--color-4: #da6d49;
--color-5: #957b6f;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5db84, #eebdb0, #eaaf62, #da6d49, #957b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5db84, #eebdb0, #eaaf62, #da6d49, #957b6f);
}
Similar color palettes
Scroll down to explore 1 Soft yellow color palette
Sunset Serenade color palette created on .