Sunrise Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise Symphony palette
Sunrise Symphony color palette CSS
/* CSS */
.color-1 {
color: #fce84f;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #ebad33;
}
.color-4 {
color: #d25e28;
}
.color-5 {
color: #c75b29;
}
/* CSS Variables */
:root {
--color-1: #fce84f;
--color-2: #f6b531;
--color-3: #ebad33;
--color-4: #d25e28;
--color-5: #c75b29;
}
Sunrise Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce84f, #f6b531, #ebad33, #d25e28, #c75b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce84f, #f6b531, #ebad33, #d25e28, #c75b29);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sunrise Symphony color palette created on .