CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mystic-fog {
color: #eae8e1;
}
.evaporation {
color: #d1d6d3;
}
.healing-aloe {
color: #b7c9b0;
}
.bryophyte {
color: #a5bba7;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mystic-fog:#eae8e1;
--evaporation:#d1d6d3;
--healing-aloe:#b7c9b0;
--bryophyte:#a5bba7;
}