Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.poisonous-pesticide {
color: #32cd32;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--poisonous-pesticide:#32cd32;
--steel-blue:#4682b4;
}