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