Fiesta Flavors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiesta Flavors palette
Download Fiesta Flavors Color Palette (PNG)
Fiesta Flavors color palette CSS
/* CSS */
.color-1 {
color: #589d64;
}
.color-2 {
color: #ec3f3c;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #8c3f3b;
}
/* CSS Variables */
:root {
--color-1: #589d64;
--color-2: #ec3f3c;
--color-3: #f7c94b;
--color-4: #f0a800;
--color-5: #8c3f3b;
}
Fiesta Flavors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #589d64, #ec3f3c, #f7c94b, #f0a800, #8c3f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #589d64, #ec3f3c, #f7c94b, #f0a800, #8c3f3b);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Fiesta Flavors color palette created on .