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