Sunburst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunburst palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunburst Color Palette (PNG)
Sunburst color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ffc929;
}
.color-3 {
color: #ffdc5c;
}
.color-4 {
color: #ffed85;
}
.color-5 {
color: #ff5e29;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ffc929;
--color-3: #ffdc5c;
--color-4: #ffed85;
--color-5: #ff5e29;
}
Sunburst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ffc929, #ffdc5c, #ffed85, #ff5e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ffc929, #ffdc5c, #ffed85, #ff5e29);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Sunburst color palette created on .