Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f1c1d2;
}
.amaranth-pink {
color: #f19dbc;
}
.out-of-fashion {
color: #f16a8e;
}
.kacey-s-pink {
color: #e94e77;
}
.cerise-red {
color: #d72d60;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f1c1d2;
--amaranth-pink:#f19dbc;
--out-of-fashion:#f16a8e;
--kacey-s-pink:#e94e77;
--cerise-red:#d72d60;
}