Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.nyc-taxi {
color: #f6b531;
}
.apocalyptic-orange {
color: #f76d1d;
}
.blood-burst {
color: #ff4d4d;
}
.chi-gong {
color: #d12929;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--nyc-taxi:#f6b531;
--apocalyptic-orange:#f76d1d;
--blood-burst:#ff4d4d;
--chi-gong:#d12929;
}