Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.rogue-pink {
color: #f9a4bf;
}
.pink-sherbet {
color: #f77ea0;
}
.bonker-pink {
color: #f54d7c;
}
.cerise-red {
color: #d72d5d;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--rogue-pink:#f9a4bf;
--pink-sherbet:#f77ea0;
--bonker-pink:#f54d7c;
--cerise-red:#d72d5d;
}