Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.mandarin-red {
color: #e24c3c;
}
.royal-blush {
color: #f76e50;
}
.carona {
color: #f8a92a;
}
.sunny-mood {
color: #f6c84c;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--mandarin-red:#e24c3c;
--royal-blush:#f76e50;
--carona:#f8a92a;
--sunny-mood:#f6c84c;
}