Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-mango {
color: #ffb700;
}
.orange-you-happy {
color: #ff801f;
}
.phaser-beam {
color: #ff4d00;
}
.boiling-magma {
color: #ff2f00;
}
.communist {
color: #c70000;
}
/* CSS Variables */
:root {
--sunflower-mango:#ffb700;
--orange-you-happy:#ff801f;
--phaser-beam:#ff4d00;
--boiling-magma:#ff2f00;
--communist:#c70000;
}