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