Sunshine Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Burst palette

Share this palette to:

Sunshine Burst color palette CSS

/* CSS */
.color-1 {
color: #f8de5d;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #e8a33b;
}
.color-4 {
color: #d88e2c;
}
.color-5 {
color: #c67b24;
}

/* CSS Variables */
:root {
--color-1: #f8de5d;
--color-2: #f2b950;
--color-3: #e8a33b;
--color-4: #d88e2c;
--color-5: #c67b24;
}

Sunshine Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8de5d, #f2b950, #e8a33b, #d88e2c, #c67b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8de5d, #f2b950, #e8a33b, #d88e2c, #c67b24);
}

Sunshine Burst color palette created on .