Color names in this palette
CSS code for this palette
/* CSS */
.m-l-b-i-oyster {
color: #f2f3d3;
}
.mint-ice-green {
color: #c8caa0;
}
.willow-leaf {
color: #a6a76c;
}
.winter-shadow {
color: #4f6c78;
}
.midnight-hour {
color: #39494c;
}
/* CSS Variables */
:root {
--m-l-b-i-oyster:#f2f3d3;
--mint-ice-green:#c8caa0;
--willow-leaf:#a6a76c;
--winter-shadow:#4f6c78;
--midnight-hour:#39494c;
}