Color names in this palette
CSS code for this palette
/* CSS */
.airy-green {
color: #d8e2c5;
}
.seacrest {
color: #b3c9a6;
}
.tiki-monster {
color: #8fbc8f;
}
.young-fern {
color: #6fbe7d;
}
.forest-maid {
color: #4bbe66;
}
/* CSS Variables */
:root {
--airy-green:#d8e2c5;
--seacrest:#b3c9a6;
--tiki-monster:#8fbc8f;
--young-fern:#6fbe7d;
--forest-maid:#4bbe66;
}