Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #487d2c;
}
.turtle-green {
color: #70b84c;
}
.tropical-light {
color: #9bd770;
}
.appetite {
color: #b3e6a8;
}
.light-frosty-dawn {
color: #d5f2d4;
}
/* CSS Variables */
:root {
--master-chief:#487d2c;
--turtle-green:#70b84c;
--tropical-light:#9bd770;
--appetite:#b3e6a8;
--light-frosty-dawn:#d5f2d4;
}