Color names in this palette
CSS code for this palette
/* CSS */
.consumed-by-fire {
color: #f47f1f;
}
.beef-hotpot {
color: #a85f2e;
}
.real-brown {
color: #583d2c;
}
.chinese-ink {
color: #3c2f2a;
}
.bacchanalia-red {
color: #8c3b3b;
}
/* CSS Variables */
:root {
--consumed-by-fire:#f47f1f;
--beef-hotpot:#a85f2e;
--real-brown:#583d2c;
--chinese-ink:#3c2f2a;
--bacchanalia-red:#8c3b3b;
}