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