Color names in this palette
CSS code for this palette
/* CSS */
.galactic-civilization {
color: #3b2a8d;
}
.blue-marguerite {
color: #6c4eb1;
}
.viola {
color: #a06fbe;
}
.fizzy-peach {
color: #f9bb5d;
}
.red-mana {
color: #f65151;
}
/* CSS Variables */
:root {
--galactic-civilization:#3b2a8d;
--blue-marguerite:#6c4eb1;
--viola:#a06fbe;
--fizzy-peach:#f9bb5d;
--red-mana:#f65151;
}