Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3e8e;
}
.blue-marguerite {
color: #6a5bae;
}
.wisteria {
color: #a67cc0;
}
.exciting-orange {
color: #f0b17a;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--blue-gem:#4b3e8e;
--blue-marguerite:#6a5bae;
--wisteria:#a67cc0;
--exciting-orange:#f0b17a;
--dodgeroll-gold:#f39c12;
}