Color names in this palette
CSS code for this palette
/* CSS */
.wizard-s-potion {
color: #5d5f98;
}
.lavender-lustre {
color: #889ac3;
}
.radar {
color: #b5c7e8;
}
.vanilla-cream {
color: #f7e2ab;
}
.princess {
color: #f1a7b3;
}
/* CSS Variables */
:root {
--wizard-s-potion:#5d5f98;
--lavender-lustre:#889ac3;
--radar:#b5c7e8;
--vanilla-cream:#f7e2ab;
--princess:#f1a7b3;
}