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