Color names in this palette
CSS code for this palette
/* CSS */
.open-book {
color: #f5f1e5;
}
.westar {
color: #d4cfc4;
}
.pewter-grey {
color: #aaa19d;
}
.burned-brown {
color: #6d4c3c;
}
.english-walnut {
color: #3d2a24;
}
/* CSS Variables */
:root {
--open-book:#f5f1e5;
--westar:#d4cfc4;
--pewter-grey:#aaa19d;
--burned-brown:#6d4c3c;
--english-walnut:#3d2a24;
}