Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4e3c8b;
}
.juneberry {
color: #79599b;
}
.bell-heather {
color: #a67ab3;
}
.farm-straw {
color: #d6b24c;
}
.troll-slayer-orange {
color: #f7a64b;
}
/* CSS Variables */
:root {
--blue-gem:#4e3c8b;
--juneberry:#79599b;
--bell-heather:#a67ab3;
--farm-straw:#d6b24c;
--troll-slayer-orange:#f7a64b;
}