Color names in this palette
CSS code for this palette
/* CSS */
.lavender-mist {
color: #e5e5fa;
}
.pretty-petunia {
color: #d6b0e3;
}
.pale-purple {
color: #b491d4;
}
.violetta {
color: #a76c9b;
}
.enchanted-lavender {
color: #c09fdf;
}
/* CSS Variables */
:root {
--lavender-mist:#e5e5fa;
--pretty-petunia:#d6b0e3;
--pale-purple:#b491d4;
--violetta:#a76c9b;
--enchanted-lavender:#c09fdf;
}