Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.wizard-s-potion {
color: #5b5c9a;
}
.persian-jewel {
color: #6f7bbe;
}
.portage {
color: #8b9cd5;
}
.spoiled-rotten {
color: #b3c3e6;
}
/* CSS Variables */
:root {
--liberty:#544592;
--wizard-s-potion:#5b5c9a;
--persian-jewel:#6f7bbe;
--portage:#8b9cd5;
--spoiled-rotten:#b3c3e6;
}