Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #da532b;
}
.yellow-groove {
color: #f5b92e;
}
.thyme-and-salt {
color: #5ca031;
}
.bright-midnight-blue {
color: #1e4876;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--obstinate-orange:#da532b;
--yellow-groove:#f5b92e;
--thyme-and-salt:#5ca031;
--bright-midnight-blue:#1e4876;
--solar-plexus-chakra:#f1c84b;
}