Color names in this palette
CSS code for this palette
/* CSS */
.champagne-beige {
color: #d4c3a0;
}
.renwick-beige {
color: #c4b09c;
}
.apple-hill {
color: #a8a08f;
}
.dry-sage {
color: #8b8b79;
}
.namibia {
color: #7a6c62;
}
/* CSS Variables */
:root {
--champagne-beige:#d4c3a0;
--renwick-beige:#c4b09c;
--apple-hill:#a8a08f;
--dry-sage:#8b8b79;
--namibia:#7a6c62;
}