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