Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.burning-trail {
color: #f09a28;
}
.tiger-moth-orange {
color: #d95e12;
}
.martian-ironcrust {
color: #b23e10;
}
.moussaka {
color: #6b2e0f;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--burning-trail:#f09a28;
--tiger-moth-orange:#d95e12;
--martian-ironcrust:#b23e10;
--moussaka:#6b2e0f;
}