Color names in this palette
CSS code for this palette
/* CSS */
.martini {
color: #b8a8a3;
}
.cream-tan {
color: #e3c8ba;
}
.light-pecan-pine {
color: #f1e9e4;
}
.in-the-buff {
color: #d7cac1;
}
.lite-mocha {
color: #b89c8e;
}
/* CSS Variables */
:root {
--martini:#b8a8a3;
--cream-tan:#e3c8ba;
--light-pecan-pine:#f1e9e4;
--in-the-buff:#d7cac1;
--lite-mocha:#b89c8e;
}