Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #7b5e4c;
}
.honey-maple {
color: #a86d5d;
}
.cinnamon-brandy {
color: #cc8d6b;
}
.apricot-jam {
color: #f2a76e;
}
.birthday-suit {
color: #e3c7b5;
}
/* CSS Variables */
:root {
--cara-be:#7b5e4c;
--honey-maple:#a86d5d;
--cinnamon-brandy:#cc8d6b;
--apricot-jam:#f2a76e;
--birthday-suit:#e3c7b5;
}