Color names in this palette
CSS code for this palette
/* CSS */
.reclining-green {
color: #b7d7c2;
}
.lobaria-lichen {
color: #a1c9b6;
}
.chrysopal-light-green {
color: #8cb5a3;
}
.cyprus-green {
color: #6c9d89;
}
.sports-field-green {
color: #4d8069;
}
/* CSS Variables */
:root {
--reclining-green:#b7d7c2;
--lobaria-lichen:#a1c9b6;
--chrysopal-light-green:#8cb5a3;
--cyprus-green:#6c9d89;
--sports-field-green:#4d8069;
}