Color names in this palette
CSS code for this palette
/* CSS */
.holy-white {
color: #f5f5db;
}
.august-moon {
color: #e6e1d6;
}
.porcelain-basin {
color: #d9cfc4;
}
.mushroom-bisque {
color: #c9b59c;
}
.paper-sack {
color: #b6a07c;
}
/* CSS Variables */
:root {
--holy-white:#f5f5db;
--august-moon:#e6e1d6;
--porcelain-basin:#d9cfc4;
--mushroom-bisque:#c9b59c;
--paper-sack:#b6a07c;
}