Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pink-cattleya {
color: #ffb3d1;
}
.flamingo-pink {
color: #ff8fab;
}
.stellar-strawberry {
color: #ff5c8a;
}
.peevish-red {
color: #ff296d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pink-cattleya:#ffb3d1;
--flamingo-pink:#ff8fab;
--stellar-strawberry:#ff5c8a;
--peevish-red:#ff296d;
}