Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.honey-maple {
color: #a86d5d;
}
.pale-blush {
color: #e2b0a2;
}
.porcelain-tan {
color: #f7d8c5;
}
.savon-de-provence {
color: #eedbb4;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--honey-maple:#a86d5d;
--pale-blush:#e2b0a2;
--porcelain-tan:#f7d8c5;
--savon-de-provence:#eedbb4;
}