Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b4b;
}
.limestoned {
color: #a7caa0;
}
.iced-celery {
color: #e1e8b5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b4b;
--limestoned:#a7caa0;
--iced-celery:#e1e8b5;
--solar-plexus-chakra:#f1c84b;
--fireglow:#d65e3d;
}