Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.nyc-taxi {
color: #f6b531;
}
.just-peachy {
color: #f8c572;
}
.dodgeroll-gold {
color: #f39c12;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--nyc-taxi:#f6b531;
--just-peachy:#f8c572;
--dodgeroll-gold:#f39c12;
--tenn:#d15400;
}