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: #f0a400;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4938;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6d12c;
--color-3: #ff6d1f;
--color-4: #ff4938;
--color-5: #ff9900;
}
Fiesta Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6d12c, #ff6d1f, #ff4938, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6d12c, #ff6d1f, #ff4938, #ff9900);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Fiesta Burst color palette created on .