Color names in this palette
CSS code for this palette
/* CSS */
.bryophyte {
color: #a7bea8;
}
.misty-marsh {
color: #d1e1d2;
}
.poplar-white {
color: #e0e4d8;
}
.fresh-dew {
color: #f1f8e2;
}
.marsh-fog {
color: #c5d8c5;
}
/* CSS Variables */
:root {
--bryophyte:#a7bea8;
--misty-marsh:#d1e1d2;
--poplar-white:#e0e4d8;
--fresh-dew:#f1f8e2;
--marsh-fog:#c5d8c5;
}