Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.chestnut-shell {
color: #abff2e;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--chestnut-shell:#abff2e;
--poisonous-pesticide:#32cd32;
}