Color names in this palette
CSS code for this palette
/* CSS */
.crayola-orange {
color: #f8793a;
}
.24-carrot {
color: #e76a27;
}
.spirit-warrior {
color: #d1533d;
}
.edocha {
color: #9f3a2d;
}
.falu-red {
color: #7b1f18;
}
/* CSS Variables */
:root {
--crayola-orange:#f8793a;
--24-carrot:#e76a27;
--spirit-warrior:#d1533d;
--edocha:#9f3a2d;
--falu-red:#7b1f18;
}