CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.buckskin {
color: #d4bd8c;
}
.loofah {
color: #e4d5b4;
}
.oyster-bisque {
color: #f1e5b1;
}
.dreamsicle {
color: #f6d5c1;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--buckskin:#d4bd8c;
--loofah:#e4d5b4;
--oyster-bisque:#f1e5b1;
--dreamsicle:#f6d5c1;
}