Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.cupid {
color: #f6b1c7;
}
.pink-lace {
color: #f6cbd7;
}
.pink-amour {
color: #f3e2e8;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--cupid:#f6b1c7;
--pink-lace:#f6cbd7;
--pink-amour:#f3e2e8;
--sprinkled-with-pink:#e8a1ae;
}