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