Color names in this palette
CSS code for this palette
/* CSS */
.wizard-s-potion {
color: #5c5e99;
}
.childish-wonder {
color: #a8a8d7;
}
.viking-diva {
color: #cab5e3;
}
.pink-lady {
color: #f2d7b5;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--wizard-s-potion:#5c5e99;
--childish-wonder:#a8a8d7;
--viking-diva:#cab5e3;
--pink-lady:#f2d7b5;
--orange-gluttony:#e77e23;
}