Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--red-stop:#ff1f1f;
}