Color names in this palette
CSS code for this palette
/* CSS */
.noble-cause-purple {
color: #7b1fa3;
}
.royal-gramma-purple {
color: #a75bbe;
}
.crushed-berries {
color: #d15c9c;
}
.fire-flower {
color: #f78d36;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--noble-cause-purple:#7b1fa3;
--royal-gramma-purple:#a75bbe;
--crushed-berries:#d15c9c;
--fire-flower:#f78d36;
--usc-gold:#ffcc00;
}