CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.princess {
color: #f1a7b2;
}
.peach-burst {
color: #f19998;
}
.goldsmith {
color: #f0b44c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--princess:#f1a7b2;
--peach-burst:#f19998;
--goldsmith:#f0b44c;
--vampire-red:#d63f2e;
}