Tropical Sunburst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunburst palette

Share this palette to:

Tropical Sunburst color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #eac06c;
}
.color-3 {
color: #d9a259;
}
.color-4 {
color: #c89046;
}
.color-5 {
color: #a66d3a;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eac06c;
--color-3: #d9a259;
--color-4: #c89046;
--color-5: #a66d3a;
}

Tropical Sunburst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eac06c, #d9a259, #c89046, #a66d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eac06c, #d9a259, #c89046, #a66d3a);
}

Tropical Sunburst color palette created on .