Color names in this palette
CSS code for this palette
/* CSS */
.decisive-yellow {
color: #fbcc4b;
}
.flame-orange {
color: #f88c20;
}
.phaser-beam {
color: #ff4d00;
}
.deep-orange {
color: #db5000;
}
.bay-brown {
color: #7a2d00;
}
/* CSS Variables */
:root {
--decisive-yellow:#fbcc4b;
--flame-orange:#f88c20;
--phaser-beam:#ff4d00;
--deep-orange:#db5000;
--bay-brown:#7a2d00;
}