Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f6b1d7;
}
.rogue-pink {
color: #fca1c1;
}
.pink-sherbet {
color: #f77e9e;
}
.highlighter-pink {
color: #f05c79;
}
.clown-nose {
color: #eb3d5a;
}
/* CSS Variables */
:root {
--lavender-candy:#f6b1d7;
--rogue-pink:#fca1c1;
--pink-sherbet:#f77e9e;
--highlighter-pink:#f05c79;
--clown-nose:#eb3d5a;
}