Color names in this palette
CSS code for this palette
/* CSS */
.liselotte-syrup {
color: #da5a16;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.westfall-yellow {
color: #f9d44e;
}
.young-green-onion {
color: #a9d454;
}
.hubert-s-truck-green {
color: #4d9c2b;
}
/* CSS Variables */
:root {
--liselotte-syrup:#da5a16;
--apricot-glazed-chicken:#f5a524;
--westfall-yellow:#f9d44e;
--young-green-onion:#a9d454;
--hubert-s-truck-green:#4d9c2b;
}