Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.blazing-bonfire {
color: #ff9c38;
}
.shocking-orange {
color: #ff6d1f;
}
.vivid-orange {
color: #ff5e00;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--blazing-bonfire:#ff9c38;
--shocking-orange:#ff6d1f;
--vivid-orange:#ff5e00;
--phaser-beam:#ff4d00;
}