Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f7e13b;
}
.soviet-gold {
color: #ffd900;
}
.flash-of-orange {
color: #ffaa00;
}
.orange-juice {
color: #ff8000;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f7e13b;
--soviet-gold:#ffd900;
--flash-of-orange:#ffaa00;
--orange-juice:#ff8000;
--phaser-beam:#ff4d00;
}