Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.mineral-yellow {
color: #d09939;
}
.river-of-gold {
color: #e5b75d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.honey-glaze {
color: #ffda75;
}
/* CSS Variables */
:root {
--copper:#b87332;
--mineral-yellow:#d09939;
--river-of-gold:#e5b75d;
--solar-plexus-chakra:#f1c84b;
--honey-glaze:#ffda75;
}