Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.shocking-orange {
color: #ff6d1f;
}
.citrus-splash {
color: #ffc300;
}
.unicorn-silver {
color: #e8e8e8;
}
.black-oak {
color: #4f4f4f;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--shocking-orange:#ff6d1f;
--citrus-splash:#ffc300;
--unicorn-silver:#e8e8e8;
--black-oak:#4f4f4f;
}