Color names in this palette
CSS code for this palette
/* CSS */
.healing-aloe {
color: #b7c9b1;
}
.reeds {
color: #a2bea4;
}
.shaded-willow {
color: #8eb08d;
}
.appleton {
color: #6eaf77;
}
.longing-for-nature {
color: #4d9d5c;
}
/* CSS Variables */
:root {
--healing-aloe:#b7c9b1;
--reeds:#a2bea4;
--shaded-willow:#8eb08d;
--appleton:#6eaf77;
--longing-for-nature:#4d9d5c;
}