Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.love-spell {
color: #f9b4c7;
}
.hopeful {
color: #f4d2e1;
}
.grape-taffy {
color: #f6dff2;
}
.pretty-in-pink {
color: #f9bee0;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--love-spell:#f9b4c7;
--hopeful:#f4d2e1;
--grape-taffy:#f6dff2;
--pretty-in-pink:#f9bee0;
}