Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.bright-blue-violet {
color: #8a2ce2;
}
.inferno-orange {
color: #ff4400;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--bright-blue-violet:#8a2ce2;
--inferno-orange:#ff4400;
--poisonous-pesticide:#32cd32;
}