Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c9a6;
}
.bamboo-shoot {
color: #a4b8a3;
}
.flora-green {
color: #8eae89;
}
.color-me-green {
color: #7dbf78;
}
.verdant-oasis {
color: #5fbf65;
}
/* CSS Variables */
:root {
--seacrest:#b6c9a6;
--bamboo-shoot:#a4b8a3;
--flora-green:#8eae89;
--color-me-green:#7dbf78;
--verdant-oasis:#5fbf65;
}