Color names in this palette
CSS code for this palette
/* CSS */
.yellowstone-park {
color: #e4d7b9;
}
.paper-dog {
color: #d6c7a9;
}
.best-beige {
color: #c5b69b;
}
.outerbanks {
color: #b6a48b;
}
.buffhide {
color: #a89b80;
}
/* CSS Variables */
:root {
--yellowstone-park:#e4d7b9;
--paper-dog:#d6c7a9;
--best-beige:#c5b69b;
--outerbanks:#b6a48b;
--buffhide:#a89b80;
}