Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.royal-gramma-purple {
color: #a85bbe;
}
.plum-juice {
color: #e0a3d6;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--royal-gramma-purple:#a85bbe;
--plum-juice:#e0a3d6;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}