Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.tickle-me-pink {
color: #ff8ab1;
}
.french-rose {
color: #ff4d88;
}
.moth-orchid {
color: #d6006f;
}
.cranberry {
color: #99003d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--tickle-me-pink:#ff8ab1;
--french-rose:#ff4d88;
--moth-orchid:#d6006f;
--cranberry:#99003d;
}