Color names in this palette
CSS code for this palette
/* CSS */
.purplish-blue {
color: #5b44f3;
}
.medium-slate-blue {
color: #7d6be1;
}
.milky-lavender {
color: #b0a3d1;
}
.foggy-love {
color: #d7c3e9;
}
.lavender-savor {
color: #f1e0ff;
}
/* CSS Variables */
:root {
--purplish-blue:#5b44f3;
--medium-slate-blue:#7d6be1;
--milky-lavender:#b0a3d1;
--foggy-love:#d7c3e9;
--lavender-savor:#f1e0ff;
}