Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.liberal-lilac {
color: #9b58b6;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--liberal-lilac:#9b58b6;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
--orange-gluttony:#e77e23;
}