CSS code for this palette
/* CSS */
.zing {
color: #fbbf7e;
}
.clay-dust {
color: #f9dda4;
}
.allspice {
color: #f4cca9;
}
.shrimp-cocktail {
color: #f4a462;
}
.camellia {
color: #f86859;
}
/* CSS Variables */
:root {
--zing:#fbbf7e;
--clay-dust:#f9dda4;
--allspice:#f4cca9;
--shrimp-cocktail:#f4a462;
--camellia:#f86859;
}