Sunset Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Symphony palette
Sunset Symphony color palette CSS
/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f66d1e;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #a61c4c;
}
/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f9a824;
--color-3: #f66d1e;
--color-4: #e13e33;
--color-5: #a61c4c;
}
Sunset Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f9a824, #f66d1e, #e13e33, #a61c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f9a824, #f66d1e, #e13e33, #a61c4c);
}
Similar color palettes
Sunset Symphony color palette created on .