Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4f;
}
.laddu-orange {
color: #ff8c1a;
}
.soviet-gold {
color: #ffd900;
}
.devil-s-grass {
color: #4cae4f;
}
.rockman-blue {
color: #37a3f1;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4f;
--laddu-orange:#ff8c1a;
--soviet-gold:#ffd900;
--devil-s-grass:#4cae4f;
--rockman-blue:#37a3f1;
}