Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.orange-danger {
color: #e05e00;
}
.dark-orange {
color: #c74c00;
}
.espresso-martini {
color: #8f3c00;
}
.conker-brown {
color: #5c2800;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--orange-danger:#e05e00;
--dark-orange:#c74c00;
--espresso-martini:#8f3c00;
--conker-brown:#5c2800;
}