Color names in this palette
CSS code for this palette
/* CSS */
.heart-potion {
color: #a67bb2;
}
.enchanted-lavender {
color: #bfa3d7;
}
.purity {
color: #dac5e2;
}
.light-orchid {
color: #e5a4d4;
}
.daphne-rose {
color: #c67bba;
}
/* CSS Variables */
:root {
--heart-potion:#a67bb2;
--enchanted-lavender:#bfa3d7;
--purity:#dac5e2;
--light-orchid:#e5a4d4;
--daphne-rose:#c67bba;
}