←Back to PalettesAll Palettes
Vibrant Fiesta Color Palette
A lively combination of bright and bold colors inspired by the spirit of celebration and festive gatherings. This palette features a striking azure blue, a fiery orange, a radiant yellow, a playful pink, and a refreshing green, evoking feelings of joy and excitement.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.shocking-orange {
color: #ff6d1f;
}
.soviet-gold {
color: #ffd900;
}
.secret-story {
color: #ff1492;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--shocking-orange:#ff6d1f;
--soviet-gold:#ffd900;
--secret-story:#ff1492;
--poisonous-pesticide:#32cd32;
}