Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.himalayan-balsam {
color: #ff99cc;
}
.erythrosine {
color: #ff80b2;
}
.lilac-lotion {
color: #ff3385;
}
.peevish-red {
color: #ff1a66;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff99cc;
--erythrosine:#ff80b2;
--lilac-lotion:#ff3385;
--peevish-red:#ff1a66;
}