Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #d2bef8;
}
.purple-s-baby-sister {
color: #e6c7f0;
}
.hanami-pink {
color: #f2b1de;
}
.prism-pink {
color: #f3a0c4;
}
.carnation {
color: #f77e92;
}
/* CSS Variables */
:root {
--pink-illusion:#d2bef8;
--purple-s-baby-sister:#e6c7f0;
--hanami-pink:#f2b1de;
--prism-pink:#f3a0c4;
--carnation:#f77e92;
}