Tropical Sunset Spice Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunset Spice palette

Share this palette to:

Tropical Sunset Spice color palette CSS

/* CSS */
.color-1 {
color: #f9be58;
}
.color-2 {
color: #f4a20b;
}
.color-3 {
color: #d67900;
}
.color-4 {
color: #c85c0e;
}
.color-5 {
color: #8f4c00;
}

/* CSS Variables */
:root {
--color-1: #f9be58;
--color-2: #f4a20b;
--color-3: #d67900;
--color-4: #c85c0e;
--color-5: #8f4c00;
}

Tropical Sunset Spice background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9be58, #f4a20b, #d67900, #c85c0e, #8f4c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9be58, #f4a20b, #d67900, #c85c0e, #8f4c00);
}

Tropical Sunset Spice color palette created on .