Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pink-cattleya {
color: #ffb3d1;
}
.flamingo-pink {
color: #ff8fab;
}
.love-red {
color: #ff4d6d;
}
.reddish-pink {
color: #ff2e58;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pink-cattleya:#ffb3d1;
--flamingo-pink:#ff8fab;
--love-red:#ff4d6d;
--reddish-pink:#ff2e58;
}