Sunny Fiesta Color Palette
Discover the beautiful Sunny Fiesta color palette featuring bright sun (#fdd835), selective yellow (#ffb300), california (#ff9900), tia maria (#c0360c) and kabul (#6c4c41).
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 Sunny Fiesta palette
💻 Sunny Fiesta color palette CSS
/* CSS */
.color-1 {
color: #fdd835;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #c0360c;
}
.color-5 {
color: #6c4c41;
}
/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb300;
--color-3: #ff9900;
--color-4: #c0360c;
--color-5: #6c4c41;
} 🌈 Sunny Fiesta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb300, #ff9900, #c0360c, #6c4c41);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb300, #ff9900, #c0360c, #6c4c41);
} 🔗 Explore similar color palettes
Sunny Fiesta color palette created on .