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