Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.coquelicot {
color: #ff3c00;
}
.red-um {
color: #ff1e00;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--coquelicot:#ff3c00;
--red-um:#ff1e00;
}