Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d6c2a8;
}
.in-the-hills {
color: #afa59d;
}
.german-camouflage-beige {
color: #9c8c7c;
}
.gypsum-rose {
color: #e2c3b1;
}
.warm-fuzzies {
color: #f7e2cf;
}
/* CSS Variables */
:root {
--country-linens:#d6c2a8;
--in-the-hills:#afa59d;
--german-camouflage-beige:#9c8c7c;
--gypsum-rose:#e2c3b1;
--warm-fuzzies:#f7e2cf;
}