Color names in this palette
CSS code for this palette
/* CSS */
.heart-potion {
color: #a67bb2;
}
.enchanted-lavender {
color: #bea1d9;
}
.romantic-morning {
color: #e1b7e1;
}
.rosy-nectar {
color: #f1c1e2;
}
.soft-lavender {
color: #f6dff5;
}
/* CSS Variables */
:root {
--heart-potion:#a67bb2;
--enchanted-lavender:#bea1d9;
--romantic-morning:#e1b7e1;
--rosy-nectar:#f1c1e2;
--soft-lavender:#f6dff5;
}