Color names in this palette
CSS code for this palette
/* CSS */
.mid-century-furniture {
color: #ac5f20;
}
.trinket {
color: #d69a38;
}
.pastel-peach {
color: #f0caad;
}
.loofah {
color: #e4d2b4;
}
.sourdough {
color: #c7b599;
}
/* CSS Variables */
:root {
--mid-century-furniture:#ac5f20;
--trinket:#d69a38;
--pastel-peach:#f0caad;
--loofah:#e4d2b4;
--sourdough:#c7b599;
}