Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.sunflower-mango {
color: #ffb700;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--sunflower-mango:#ffb700;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
}