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