Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Serenade Color Palette (PNG)
Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #d2601e;
}
.color-4 {
color: #a7494e;
}
.color-5 {
color: #7b3989;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f39c12;
--color-3: #d2601e;
--color-4: #a7494e;
--color-5: #7b3989;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f39c12, #d2601e, #a7494e, #7b3989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f39c12, #d2601e, #a7494e, #7b3989);
}
Similar color palettes
Sunset Serenade color palette created on .