Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #7a5a4d;
}
.honey-maple {
color: #a86d5d;
}
.davanzo-beige {
color: #ceae88;
}
.birthday-suit {
color: #e1c7b7;
}
.pita {
color: #f4e7d2;
}
/* CSS Variables */
:root {
--cara-be:#7a5a4d;
--honey-maple:#a86d5d;
--davanzo-beige:#ceae88;
--birthday-suit:#e1c7b7;
--pita:#f4e7d2;
}