Color names in this palette
CSS code for this palette
/* CSS */
.healing-aloe {
color: #b8cab4;
}
.powdered-gum {
color: #a0b1a2;
}
.dewkist {
color: #c3d3c0;
}
.flax-beige {
color: #d5c3b3;
}
.plum-taupe {
color: #b5a39b;
}
/* CSS Variables */
:root {
--healing-aloe:#b8cab4;
--powdered-gum:#a0b1a2;
--dewkist:#c3d3c0;
--flax-beige:#d5c3b3;
--plum-taupe:#b5a39b;
}