Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #7b5b4c;
}
.honey-maple {
color: #a86c5d;
}
.calliope {
color: #c69b8b;
}
.avenue-tan {
color: #d2c0b1;
}
.pink-scallop {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--cara-be:#7b5b4c;
--honey-maple:#a86c5d;
--calliope:#c69b8b;
--avenue-tan:#d2c0b1;
--pink-scallop:#f2e1d4;
}