Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3e8e;
}
.ultra-violet {
color: #7065c3;
}
.dull-lavender {
color: #a69fe0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--blue-gem:#4b3e8e;
--ultra-violet:#7065c3;
--dull-lavender:#a69fe0;
--solar-plexus-chakra:#f1c84b;
--citrus-blast:#e07b38;
}