Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f49fc0;
}
.pleasing-pink {
color: #f6cbd3;
}
.first-crush {
color: #f7e3e9;
}
.changeling-pink {
color: #f1b1d1;
}
.camaron-pink {
color: #f77e8c;
}
/* CSS Variables */
:root {
--prism-pink:#f49fc0;
--pleasing-pink:#f6cbd3;
--first-crush:#f7e3e9;
--changeling-pink:#f1b1d1;
--camaron-pink:#f77e8c;
}