Color names in this palette
CSS code for this palette
/* CSS */
.lady-pink {
color: #f2d4cf;
}
.sweet-heart {
color: #e6a8af;
}
.razzberries {
color: #d17a8c;
}
.tulip-red {
color: #b95070;
}
.raspberry-romantic {
color: #9d2a52;
}
/* CSS Variables */
:root {
--lady-pink:#f2d4cf;
--sweet-heart:#e6a8af;
--razzberries:#d17a8c;
--tulip-red:#b95070;
--raspberry-romantic:#9d2a52;
}