Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.shocking-orange {
color: #ff6d1f;
}
.tail-lights {
color: #d54215;
}
.ethereal-espresso {
color: #3e2723;
}
.moor-monster {
color: #1c5e21;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--shocking-orange:#ff6d1f;
--tail-lights:#d54215;
--ethereal-espresso:#3e2723;
--moor-monster:#1c5e21;
}