Color names in this palette
CSS code for this palette
/* CSS */
.mango {
color: #faaa29;
}
.nyc-taxi {
color: #f5b62e;
}
.rebel-red {
color: #d03d2f;
}
.star-and-crescent-red {
color: #c22424;
}
.socialist {
color: #8d1c1c;
}
/* CSS Variables */
:root {
--mango:#faaa29;
--nyc-taxi:#f5b62e;
--rebel-red:#d03d2f;
--star-and-crescent-red:#c22424;
--socialist:#8d1c1c;
}