Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pink-cattleya {
color: #ffb3d1;
}
.himalayan-balsam {
color: #ff99c9;
}
.girls-night-out {
color: #ff66b3;
}
.lilac-lotion {
color: #ff3385;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pink-cattleya:#ffb3d1;
--himalayan-balsam:#ff99c9;
--girls-night-out:#ff66b3;
--lilac-lotion:#ff3385;
}