Color names in this palette
CSS code for this palette
/* CSS */
.earth-yellow {
color: #e1a95b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.xanthic {
color: #f8e61b;
}
.two-peas-in-a-pod {
color: #a1d64c;
}
.freshwater {
color: #4ea9b1;
}
/* CSS Variables */
:root {
--earth-yellow:#e1a95b;
--solar-plexus-chakra:#f1c84b;
--xanthic:#f8e61b;
--two-peas-in-a-pod:#a1d64c;
--freshwater:#4ea9b1;
}