Color names in this palette
CSS code for this palette
/* CSS */
.earth-yellow {
color: #e0a55c;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.venetian-yellow {
color: #f8e6a0;
}
.sunburst {
color: #f3b47c;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--earth-yellow:#e0a55c;
--solar-plexus-chakra:#f1cb4b;
--venetian-yellow:#f8e6a0;
--sunburst:#f3b47c;
--coral-orange:#e86a4a;
}