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