Color names in this palette
CSS code for this palette
/* CSS */
.bacchanalia-red {
color: #8c3b3b;
}
.firebug {
color: #c95c4f;
}
.apricot-preserves {
color: #efb18f;
}
.caramelo-dulce {
color: #d6a16b;
}
.hot-chilli {
color: #b44e3c;
}
/* CSS Variables */
:root {
--bacchanalia-red:#8c3b3b;
--firebug:#c95c4f;
--apricot-preserves:#efb18f;
--caramelo-dulce:#d6a16b;
--hot-chilli:#b44e3c;
}