Color names in this palette
CSS code for this palette
/* CSS */
.lightish-red {
color: #ff294d;
}
.electric-glow {
color: #ffd000;
}
.vanadyl-blue {
color: #00a5e0;
}
.sz-ll-si-grape {
color: #7b29ff;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--lightish-red:#ff294d;
--electric-glow:#ffd000;
--vanadyl-blue:#00a5e0;
--sz-ll-si-grape:#7b29ff;
--shocking-orange:#ff6d1f;
}