Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.lemon-dream {
color: #f0a400;
}
.orange-danger {
color: #e05e00;
}
.beef-bourguignon {
color: #b34a00;
}
.beasty-brown {
color: #6b2d00;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--lemon-dream:#f0a400;
--orange-danger:#e05e00;
--beef-bourguignon:#b34a00;
--beasty-brown:#6b2d00;
}