Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.mod-orange {
color: #d95a3a;
}
.carona {
color: #f6a62c;
}
.fresh-pineapple {
color: #f6d64c;
}
.bells-and-whistles-gold {
color: #f0e49e;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--mod-orange:#d95a3a;
--carona:#f6a62c;
--fresh-pineapple:#f6d64c;
--bells-and-whistles-gold:#f0e49e;
}