Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f3e8b9;
}
.egyptian-temple {
color: #d9b478;
}
.fuegan-orange {
color: #c57b49;
}
.beef-hotpot {
color: #a85b2e;
}
.red-mane {
color: #6d3b2c;
}
/* CSS Variables */
:root {
--menoth-white-base:#f3e8b9;
--egyptian-temple:#d9b478;
--fuegan-orange:#c57b49;
--beef-hotpot:#a85b2e;
--red-mane:#6d3b2c;
}