Color names in this palette
CSS code for this palette
/* CSS */
.aegean-green {
color: #4a8c6e;
}
.french-market {
color: #a6c8a2;
}
.tusk {
color: #e1e3b0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coralite {
color: #e1695b;
}
/* CSS Variables */
:root {
--aegean-green:#4a8c6e;
--french-market:#a6c8a2;
--tusk:#e1e3b0;
--solar-plexus-chakra:#f1c84b;
--coralite:#e1695b;
}