Fiesta Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiesta Burst palette
Fiesta Burst color palette CSS
/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffb84d;
--color-3: #ffea00;
--color-4: #a3d55d;
--color-5: #d6006f;
}
Fiesta Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffb84d, #ffea00, #a3d55d, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffb84d, #ffea00, #a3d55d, #d6006f);
}
Similar color palettes
Fiesta Burst color palette created on .