Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
--tenn:#d15400;
}