Color names in this palette
CSS code for this palette
/* CSS */
.craftsman-gold {
color: #d4b88c;
}
.pita-bread {
color: #e0c9a4;
}
.afterglow {
color: #f2e4c4;
}
.vintage-charm {
color: #c7b2a8;
}
.mocha-madness {
color: #8c6d5a;
}
/* CSS Variables */
:root {
--craftsman-gold:#d4b88c;
--pita-bread:#e0c9a4;
--afterglow:#f2e4c4;
--vintage-charm:#c7b2a8;
--mocha-madness:#8c6d5a;
}