Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4a3c90;
}
.jubilee {
color: #7e5b9f;
}
.fuegan-orange {
color: #c77e4d;
}
.golden-glam {
color: #f4b943;
}
.chat-orange {
color: #f49c3e;
}
/* CSS Variables */
:root {
--blue-gem:#4a3c90;
--jubilee:#7e5b9f;
--fuegan-orange:#c77e4d;
--golden-glam:#f4b943;
--chat-orange:#f49c3e;
}