Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f8b4c5;
}
.sweet-60 {
color: #f49fb0;
}
.pink-eraser {
color: #f29c9d;
}
.grapefruit-juice {
color: #ed6e8e;
}
.feverish-passion {
color: #e44e7b;
}
/* CSS Variables */
:root {
--love-spell:#f8b4c5;
--sweet-60:#f49fb0;
--pink-eraser:#f29c9d;
--grapefruit-juice:#ed6e8e;
--feverish-passion:#e44e7b;
}