Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f7b6c4;
}
.rogue-pink {
color: #f6a7c0;
}
.sachet-pink {
color: #f68eb2;
}
.french-pink {
color: #f66aa2;
}
.french-rose {
color: #ef4d8b;
}
/* CSS Variables */
:root {
--love-spell:#f7b6c4;
--rogue-pink:#f6a7c0;
--sachet-pink:#f68eb2;
--french-pink:#f66aa2;
--french-rose:#ef4d8b;
}