Color names in this palette
CSS code for this palette
/* CSS */
.xoxo {
color: #f27d94;
}
.young-crab {
color: #f5a19e;
}
.azalea-pink {
color: #fbc1c4;
}
.pink-swirl {
color: #fceae8;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--xoxo:#f27d94;
--young-crab:#f5a19e;
--azalea-pink:#fbc1c4;
--pink-swirl:#fceae8;
--crushed-cashew:#ffedd6;
}