Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f5b7c5;
}
.momo-peach {
color: #f87c84;
}
.stellar-strawberry {
color: #f95d8e;
}
.diva-pink {
color: #f53d7a;
}
.self-love {
color: #c52b6e;
}
/* CSS Variables */
:root {
--love-spell:#f5b7c5;
--momo-peach:#f87c84;
--stellar-strawberry:#f95d8e;
--diva-pink:#f53d7a;
--self-love:#c52b6e;
}