Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f8b4c9;
}
.shadow-azalea-pink {
color: #ef6c95;
}
.rosy-cheeks {
color: #e04d6b;
}
.cactus-flower {
color: #b03b6c;
}
.ebizome-purple {
color: #682c4c;
}
/* CSS Variables */
:root {
--love-spell:#f8b4c9;
--shadow-azalea-pink:#ef6c95;
--rosy-cheeks:#e04d6b;
--cactus-flower:#b03b6c;
--ebizome-purple:#682c4c;
}