Fiesta Fusion Color Palette
Discover the beautiful Fiesta Fusion color palette featuring green leaf (#417605), fuel yellow (#f2a426), sapphire (#28489f), midnight blue (#003375) and shark (#2d2d2e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Fiesta Fusion palette
💻 Fiesta Fusion color palette CSS
/* CSS */
.color-1 {
color: #417605;
}
.color-2 {
color: #f2a426;
}
.color-3 {
color: #28489f;
}
.color-4 {
color: #003375;
}
.color-5 {
color: #2d2d2e;
}
/* CSS Variables */
:root {
--color-1: #417605;
--color-2: #f2a426;
--color-3: #28489f;
--color-4: #003375;
--color-5: #2d2d2e;
} 🌈 Fiesta Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #417605, #f2a426, #28489f, #003375, #2d2d2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #417605, #f2a426, #28489f, #003375, #2d2d2e);
} 🔗 Explore similar color palettes
Fiesta Fusion color palette created on .