Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #d2bef8;
}
.perfume {
color: #baa8e1;
}
.distinct-purple {
color: #a48dc8;
}
.think-pink {
color: #e5a4c2;
}
.lavender-candy {
color: #f6b1d6;
}
/* CSS Variables */
:root {
--pink-illusion:#d2bef8;
--perfume:#baa8e1;
--distinct-purple:#a48dc8;
--think-pink:#e5a4c2;
--lavender-candy:#f6b1d6;
}