Color names in this palette
CSS code for this palette
/* CSS */
.laurel-green {
color: #a7bd9e;
}
.surf {
color: #b9d6b8;
}
.venetian-pearl {
color: #d1ebd1;
}
.bean-sprout {
color: #f4f9e6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--laurel-green:#a7bd9e;
--surf:#b9d6b8;
--venetian-pearl:#d1ebd1;
--bean-sprout:#f4f9e6;
--solar-plexus-chakra:#f1c84b;
}