Color names in this palette
CSS code for this palette
/* CSS */
.lavender-mist {
color: #e5e5fa;
}
.italian-fitch {
color: #d1c5e7;
}
.middy-s-purple {
color: #a78bda;
}
.lusty-lavender {
color: #8a5dc6;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--lavender-mist:#e5e5fa;
--italian-fitch:#d1c5e7;
--middy-s-purple:#a78bda;
--lusty-lavender:#8a5dc6;
--daisy-bush:#5c3f8d;
}