Color names in this palette
CSS code for this palette
/* CSS */
.vast-desert {
color: #c2af99;
}
.buckram-binding {
color: #d9c3a6;
}
.champagne-cocktail {
color: #e4d6af;
}
.ethereal-green {
color: #f1e8c6;
}
.baker-s-bread {
color: #d0b395;
}
/* CSS Variables */
:root {
--vast-desert:#c2af99;
--buckram-binding:#d9c3a6;
--champagne-cocktail:#e4d6af;
--ethereal-green:#f1e8c6;
--baker-s-bread:#d0b395;
}