Color names in this palette
CSS code for this palette
/* CSS */
.honey-maple {
color: #a86c5d;
}
.chestnut-bisque {
color: #c19e85;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.agrodolce {
color: #f1e2d5;
}
.cedar-chest {
color: #c8584c;
}
/* CSS Variables */
:root {
--honey-maple:#a86c5d;
--chestnut-bisque:#c19e85;
--lover-s-hideaway:#d1c6b3;
--agrodolce:#f1e2d5;
--cedar-chest:#c8584c;
}