Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.princess {
color: #f1a7b3;
}
.xoxo {
color: #f07f98;
}
.highlighter-pink {
color: #ee5d7d;
}
.calypso-coral {
color: #e94e60;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--princess:#f1a7b3;
--xoxo:#f07f98;
--highlighter-pink:#ee5d7d;
--calypso-coral:#e94e60;
}