Color names in this palette
CSS code for this palette
/* CSS */
.bumblebee {
color: #ffc72e;
}
.furnace {
color: #da3d25;
}
.template {
color: #a8c9e1;
}
.flat-green {
color: #6c9e4c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bumblebee:#ffc72e;
--furnace:#da3d25;
--template:#a8c9e1;
--flat-green:#6c9e4c;
--solar-plexus-chakra:#f1c84b;
}