Color names in this palette
CSS code for this palette
/* CSS */
.bacchanalia-red {
color: #8c3b3b;
}
.common-chestnut {
color: #d05d5d;
}
.lion-of-menecrates {
color: #f2a769;
}
.aspen-yellow {
color: #f8e0a0;
}
.blue-square {
color: #4d8b99;
}
/* CSS Variables */
:root {
--bacchanalia-red:#8c3b3b;
--common-chestnut:#d05d5d;
--lion-of-menecrates:#f2a769;
--aspen-yellow:#f8e0a0;
--blue-square:#4d8b99;
}