CSS code for this palette
/* CSS */
.flan {
color: #f6e2b6;
}
.mandys-pink {
color: #f4b79f;
}
.coral-bead {
color: #f29891;
}
.childhood-crush {
color: #e56c61;
}
.cabaret {
color: #d2516d;
}
/* CSS Variables */
:root {
--flan:#f6e2b6;
--mandys-pink:#f4b79f;
--coral-bead:#f29891;
--childhood-crush:#e56c61;
--cabaret:#d2516d;
}