Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.red-um {
color: #ff1e00;
}
.rosso-corsa {
color: #d60000;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--red-um:#ff1e00;
--rosso-corsa:#d60000;
}