Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.ecru {
color: #c2b180;
}
.buckram-binding {
color: #d9c2a5;
}
.river-of-gold {
color: #e4b55e;
}
.french-creme {
color: #f2e6cf;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--ecru:#c2b180;
--buckram-binding:#d9c2a5;
--river-of-gold:#e4b55e;
--french-creme:#f2e6cf;
}