Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f6e03c;
}
.syndicalist {
color: #f5c400;
}
.chrome-yellow {
color: #faa700;
}
.n-rang-orange {
color: #ff8052;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f6e03c;
--syndicalist:#f5c400;
--chrome-yellow:#faa700;
--n-rang-orange:#ff8052;
--phaser-beam:#ff4d00;
}