Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.sorbet-yellow {
color: #dbc200;
}
.nuclear-fallout {
color: #a89d00;
}
.drably-olive {
color: #7d8000;
}
.highlands-moss {
color: #4a4d00;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--sorbet-yellow:#dbc200;
--nuclear-fallout:#a89d00;
--drably-olive:#7d8000;
--highlands-moss:#4a4d00;
}