CSS code for this palette
/* CSS */
.mustard-oil {
color: #d6c36b;
}
.twinkle-toes {
color: #e5d39a;
}
.calla {
color: #f2e1b5;
}
.apricot-cream {
color: #f4c18a;
}
.tacao {
color: #f6a979;
}
/* CSS Variables */
:root {
--mustard-oil:#d6c36b;
--twinkle-toes:#e5d39a;
--calla:#f2e1b5;
--apricot-cream:#f4c18a;
--tacao:#f6a979;
}