Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.prickly-purple {
color: #a15eb5;
}
.herb-robert {
color: #d8a4df;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--prickly-purple:#a15eb5;
--herb-robert:#d8a4df;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}