Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.girls-night-out {
color: #ff66b3;
}
.blush-hour {
color: #ff7092;
}
.saira-red {
color: #ff9eba;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--girls-night-out:#ff66b3;
--blush-hour:#ff7092;
--saira-red:#ff9eba;
--pink-cattleya:#ffb3d1;
}