Color names in this palette
CSS code for this palette
/* CSS */
.intergalactic-cowboy {
color: #1e1e6b;
}
.liberty {
color: #4c4c9a;
}
.kickstart-purple {
color: #7a7ac7;
}
.purple-illusion {
color: #b2b2f0;
}
.flame-seal {
color: #f3e658;
}
/* CSS Variables */
:root {
--intergalactic-cowboy:#1e1e6b;
--liberty:#4c4c9a;
--kickstart-purple:#7a7ac7;
--purple-illusion:#b2b2f0;
--flame-seal:#f3e658;
}