Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.tiger-moth-orange {
color: #d95e12;
}
.fiery-orange {
color: #b45b31;
}
.roycroft-copper-red {
color: #7e3b2a;
}
.lees {
color: #4d2323;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--tiger-moth-orange:#d95e12;
--fiery-orange:#b45b31;
--roycroft-copper-red:#7e3b2a;
--lees:#4d2323;
}