Color names in this palette
CSS code for this palette
/* CSS */
.tree-sap {
color: #ce7d12;
}
.mustard-musketeers {
color: #d69d24;
}
.gold-tips {
color: #e3b52b;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.bright-khaki {
color: #f1e78e;
}
/* CSS Variables */
:root {
--tree-sap:#ce7d12;
--mustard-musketeers:#d69d24;
--gold-tips:#e3b52b;
--solar-plexus-chakra:#f0c74c;
--bright-khaki:#f1e78e;
}