CSS code for this palette
/* CSS */
.beauty-bush {
color: #e9bab4;
}
.taco {
color: #f3c7b4;
}
.cheddar-corn {
color: #f6d6b6;
}
.noodles {
color: #f9e1b4;
}
.honey-cream {
color: #fbe9cb;
}
/* CSS Variables */
:root {
--beauty-bush:#e9bab4;
--taco:#f3c7b4;
--cheddar-corn:#f6d6b6;
--noodles:#f9e1b4;
--honey-cream:#fbe9cb;
}