Color names in this palette
CSS code for this palette
/* CSS */
.clerestory {
color: #f5e6e0;
}
.prosciutto {
color: #e3b1a1;
}
.darling-clementine {
color: #d09d7c;
}
.maple-syrup-brown {
color: #c68958;
}
.falling-leaves {
color: #a65c3a;
}
/* CSS Variables */
:root {
--clerestory:#f5e6e0;
--prosciutto:#e3b1a1;
--darling-clementine:#d09d7c;
--maple-syrup-brown:#c68958;
--falling-leaves:#a65c3a;
}