Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f6b6c2;
}
.princess {
color: #f1a7b6;
}
.charm-pink {
color: #e68eaa;
}
.paris-pink {
color: #d66b8b;
}
.raspberry-parfait {
color: #b8617c;
}
/* CSS Variables */
:root {
--love-spell:#f6b6c2;
--princess:#f1a7b6;
--charm-pink:#e68eaa;
--paris-pink:#d66b8b;
--raspberry-parfait:#b8617c;
}