Color names in this palette
CSS code for this palette
/* CSS */
.pekin-chicken {
color: #f4d2a9;
}
.butter-cream {
color: #f1b041;
}
.molten-caramel {
color: #b67a3a;
}
.gingerbread {
color: #8c4d2c;
}
.chestnut-leather {
color: #5d2b1d;
}
/* CSS Variables */
:root {
--pekin-chicken:#f4d2a9;
--butter-cream:#f1b041;
--molten-caramel:#b67a3a;
--gingerbread:#8c4d2c;
--chestnut-leather:#5d2b1d;
}