Color names in this palette
CSS code for this palette
/* CSS */
.mincemeat {
color: #b6683e;
}
.folksy-gold {
color: #d39969;
}
.apricot-illusion {
color: #e2c5a6;
}
.hamburger {
color: #a34e24;
}
.red-beech {
color: #7b3b0a;
}
/* CSS Variables */
:root {
--mincemeat:#b6683e;
--folksy-gold:#d39969;
--apricot-illusion:#e2c5a6;
--hamburger:#a34e24;
--red-beech:#7b3b0a;
}