Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.rogue-pink {
color: #f5a3c1;
}
.sweetheart {
color: #f2c5d8;
}
.pink-booties {
color: #f0e0e5;
}
.cherubic {
color: #fce8f1;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--rogue-pink:#f5a3c1;
--sweetheart:#f2c5d8;
--pink-booties:#f0e0e5;
--cherubic:#fce8f1;
}