Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #fca1b0;
}
.love-spell {
color: #f6b6c4;
}
.sweetheart {
color: #f2c4d6;
}
.think-pink {
color: #e6a3c0;
}
.kiss {
color: #d38da6;
}
/* CSS Variables */
:root {
--ballet-slippers:#fca1b0;
--love-spell:#f6b6c4;
--sweetheart:#f2c4d6;
--think-pink:#e6a3c0;
--kiss:#d38da6;
}