Color names in this palette
CSS code for this palette
/* CSS */
.neon-fuchsia {
color: #ff3d5e;
}
.pumpkin {
color: #ff791a;
}
.electric-glow {
color: #ffd000;
}
.clear-chill {
color: #1f8fff;
}
.sz-ll-si-grape {
color: #7e2eff;
}
/* CSS Variables */
:root {
--neon-fuchsia:#ff3d5e;
--pumpkin:#ff791a;
--electric-glow:#ffd000;
--clear-chill:#1f8fff;
--sz-ll-si-grape:#7e2eff;
}