Color names in this palette
CSS code for this palette
/* CSS */
.yamabukicha-gold {
color: #d37b1d;
}
.shiny-trumpet {
color: #ebb056;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.truffle-trouble {
color: #a6523a;
}
.iron-flint {
color: #6f3b2f;
}
/* CSS Variables */
:root {
--yamabukicha-gold:#d37b1d;
--shiny-trumpet:#ebb056;
--solar-plexus-chakra:#f1c84b;
--truffle-trouble:#a6523a;
--iron-flint:#6f3b2f;
}