Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c3ef;
}
.enchanted-lavender {
color: #b9a4e0;
}
.wisteria {
color: #a27bc1;
}
.wisteria-purple {
color: #8b5f9b;
}
.deep-commitment-to-purple {
color: #7c3c6c;
}
/* CSS Variables */
:root {
--foggy-love:#d5c3ef;
--enchanted-lavender:#b9a4e0;
--wisteria:#a27bc1;
--wisteria-purple:#8b5f9b;
--deep-commitment-to-purple:#7c3c6c;
}