Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.princess {
color: #f1a7b6;
}
.pink-lace {
color: #f6cbd8;
}
.first-crush {
color: #f8e2e9;
}
.brain-pink {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--princess:#f1a7b6;
--pink-lace:#f6cbd8;
--first-crush:#f8e2e9;
--brain-pink:#f1b1b1;
}