Color names in this palette
CSS code for this palette
/* CSS */
.tree-house {
color: #3b2a21;
}
.orange-flambe {
color: #a66c54;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.moonglow {
color: #f8e5c4;
}
.troll-slayer-orange {
color: #f7a64b;
}
/* CSS Variables */
:root {
--tree-house:#3b2a21;
--orange-flambe:#a66c54;
--pumpkin-mousse:#f1c2a7;
--moonglow:#f8e5c4;
--troll-slayer-orange:#f7a64b;
}