Color names in this palette
CSS code for this palette
/* CSS */
.just-about-green {
color: #e1e7d5;
}
.healing-aloe {
color: #b7c9b0;
}
.bamboo-shoot {
color: #a4b5a1;
}
.light-mystified {
color: #d7e5d2;
}
.fresh-dew {
color: #f0f8e2;
}
/* CSS Variables */
:root {
--just-about-green:#e1e7d5;
--healing-aloe:#b7c9b0;
--bamboo-shoot:#a4b5a1;
--light-mystified:#d7e5d2;
--fresh-dew:#f0f8e2;
}