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