Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pink-cattleya {
color: #ffb3d1;
}
.himalayan-balsam {
color: #ff99c9;
}
.erythrosine {
color: #ff80b2;
}
.stellar-strawberry {
color: #ff5c8a;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pink-cattleya:#ffb3d1;
--himalayan-balsam:#ff99c9;
--erythrosine:#ff80b2;
--stellar-strawberry:#ff5c8a;
}