Color names in this palette
CSS code for this palette
/* CSS */
.oregon-trail {
color: #f4b41f;
}
.orange-pospsicle {
color: #f8a50d;
}
.epicurean-orange {
color: #e96c0c;
}
.liselotte-syrup {
color: #da500b;
}
.crimson-sword {
color: #b22f15;
}
/* CSS Variables */
:root {
--oregon-trail:#f4b41f;
--orange-pospsicle:#f8a50d;
--epicurean-orange:#e96c0c;
--liselotte-syrup:#da500b;
--crimson-sword:#b22f15;
}