Color names in this palette
CSS code for this palette
/* CSS */
.splendor-gold {
color: #ffb24d;
}
.wildfire {
color: #ff8b33;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--splendor-gold:#ffb24d;
--wildfire:#ff8b33;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--coquelicot:#ff3c00;
}