Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f8b4c5;
}
.pink-fit {
color: #f6a7b4;
}
.sweet-60 {
color: #f59ea7;
}
.sugar-high {
color: #f1c6e7;
}
.aristocratic-pink {
color: #e1a8c9;
}
/* CSS Variables */
:root {
--love-spell:#f8b4c5;
--pink-fit:#f6a7b4;
--sweet-60:#f59ea7;
--sugar-high:#f1c6e7;
--aristocratic-pink:#e1a8c9;
}