Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d45c3a;
}
.earth-yellow {
color: #e0a55c;
}
.vermilion-red {
color: #b64c3a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coppersmith {
color: #d78f3c;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d45c3a;
--earth-yellow:#e0a55c;
--vermilion-red:#b64c3a;
--solar-plexus-chakra:#f1c84b;
--coppersmith:#d78f3c;
}