Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4d9d5c;
}
.young-bamboo {
color: #6dba8c;
}
.tropical-trail {
color: #8fd6b3;
}
.reef-green {
color: #9fe5c8;
}
.smell-the-mint {
color: #bff3ce;
}
/* CSS Variables */
:root {
--longing-for-nature:#4d9d5c;
--young-bamboo:#6dba8c;
--tropical-trail:#8fd6b3;
--reef-green:#9fe5c8;
--smell-the-mint:#bff3ce;
}