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: #c86a9b;
}
.color-2 {
color: #e3b06d;
}
.color-3 {
color: #f5d76b;
}
.color-4 {
color: #6fbe8d;
}
.color-5 {
color: #4b7e95;
}
/* CSS Variables */
:root {
--color-1: #c86a9b;
--color-2: #e3b06d;
--color-3: #f5d76b;
--color-4: #6fbe8d;
--color-5: #4b7e95;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c86a9b, #e3b06d, #f5d76b, #6fbe8d, #4b7e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c86a9b, #e3b06d, #f5d76b, #6fbe8d, #4b7e95);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Sunset Serenade color palette created on .