Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.radiation-carrot {
color: #ffa142;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--radiation-carrot:#ffa142;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--once-bitten:#c0360c;
}