Color names in this palette
CSS code for this palette
/* CSS */
.modest-violet {
color: #e8e3f2;
}
.foggy-love {
color: #d6c7eb;
}
.enchanted-lavender {
color: #b8a4e0;
}
.mauve-mist {
color: #c39fd6;
}
.parrot-tulip {
color: #f0c1d3;
}
/* CSS Variables */
:root {
--modest-violet:#e8e3f2;
--foggy-love:#d6c7eb;
--enchanted-lavender:#b8a4e0;
--mauve-mist:#c39fd6;
--parrot-tulip:#f0c1d3;
}