Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-mango {
color: #ffb700;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--sunflower-mango:#ffb700;
--apricot-glazed-chicken:#f5a524;
--dodgeroll-gold:#f39c12;
--orange-gluttony:#e77e23;
--tenn:#d15400;
}