Color names in this palette
CSS code for this palette
/* CSS */
.sambuca {
color: #3b2d26;
}
.cara-be {
color: #7a5b4d;
}
.peanut-butter-crust {
color: #c5a48c;
}
.loofah {
color: #e4d2b4;
}
.golden-mushroom {
color: #f4e8d2;
}
/* CSS Variables */
:root {
--sambuca:#3b2d26;
--cara-be:#7a5b4d;
--peanut-butter-crust:#c5a48c;
--loofah:#e4d2b4;
--golden-mushroom:#f4e8d2;
}