Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c0e3;
}
.rogue-pink {
color: #f6a2bf;
}
.watermelon-juice {
color: #f05c8b;
}
.pink-punch {
color: #d34a6d;
}
.merlot-magic {
color: #b43c56;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c0e3;
--rogue-pink:#f6a2bf;
--watermelon-juice:#f05c8b;
--pink-punch:#d34a6d;
--merlot-magic:#b43c56;
}