Color names in this palette
CSS code for this palette
/* CSS */
.virgo-green-goddess {
color: #4f8c4a;
}
.dull-yellow {
color: #f1df5b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-drop {
color: #e18f3d;
}
.l-l-red {
color: #d65c24;
}
/* CSS Variables */
:root {
--virgo-green-goddess:#4f8c4a;
--dull-yellow:#f1df5b;
--solar-plexus-chakra:#f1c84b;
--orange-drop:#e18f3d;
--l-l-red:#d65c24;
}