Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.beniukon-bronze {
color: #ff8133;
}
.desert-dessert {
color: #ffb86b;
}
.essentially-bright {
color: #ffdf9e;
}
.beaming-sun {
color: #fffae0;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--beniukon-bronze:#ff8133;
--desert-dessert:#ffb86b;
--essentially-bright:#ffdf9e;
--beaming-sun:#fffae0;
}