Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c0e8;
}
.rogue-pink {
color: #f9a4c0;
}
.french-pink {
color: #f76e99;
}
.pink-punch {
color: #d54d6f;
}
.refined-chianti {
color: #8a1e36;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c0e8;
--rogue-pink:#f9a4c0;
--french-pink:#f76e99;
--pink-punch:#d54d6f;
--refined-chianti:#8a1e36;
}