Sunset Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Fiesta palette

Share this palette to:

Sunset Fiesta color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb700;
--color-3: #ffd900;
--color-4: #ffd942;
--color-5: #ff5e00;
}

Sunset Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb700, #ffd900, #ffd942, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb700, #ffd900, #ffd942, #ff5e00);
}

Sunset Fiesta color palette created on .