Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1e8a4d;
}
.tropic-turquoise {
color: #68b1a1;
}
.midwinter-mist {
color: #a4d6da;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-red {
color: #e64b3d;
}
/* CSS Variables */
:root {
--fly-the-green:#1e8a4d;
--tropic-turquoise:#68b1a1;
--midwinter-mist:#a4d6da;
--solar-plexus-chakra:#f1c84b;
--mandarin-red:#e64b3d;
}