Color names in this palette
CSS code for this palette
/* CSS */
.holy-white {
color: #f5f5db;
}
.sand-pearl {
color: #e6d5b7;
}
.cracker-bitz {
color: #d0b18a;
}
.taffy {
color: #c39969;
}
.caramelized-pecan {
color: #a37b4d;
}
/* CSS Variables */
:root {
--holy-white:#f5f5db;
--sand-pearl:#e6d5b7;
--cracker-bitz:#d0b18a;
--taffy:#c39969;
--caramelized-pecan:#a37b4d;
}