Color names in this palette
CSS code for this palette
/* CSS */
.burnt-copper {
color: #c46b3b;
}
.glitzy-gold {
color: #d89c2c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.refreshing-tea {
color: #eadfa4;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--burnt-copper:#c46b3b;
--glitzy-gold:#d89c2c;
--solar-plexus-chakra:#f1c84b;
--refreshing-tea:#eadfa4;
--beef-hotpot:#a85f2e;
}