Sunburst Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunburst Symphony palette
Sunburst Symphony color palette CSS
/* CSS */
.color-1 {
color: #f8de5d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #d66f00;
}
.color-5 {
color: #b85c00;
}
/* CSS Variables */
:root {
--color-1: #f8de5d;
--color-2: #f0a800;
--color-3: #e68a00;
--color-4: #d66f00;
--color-5: #b85c00;
}
Sunburst Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8de5d, #f0a800, #e68a00, #d66f00, #b85c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8de5d, #f0a800, #e68a00, #d66f00, #b85c00);
}
Similar color palettes
Scroll down to explore 600+ Yellow color palettes
Sunburst Symphony color palette created on .