Color names in this palette
CSS code for this palette
/* CSS */
.hubert-s-truck-green {
color: #4d9c2b;
}
.lime-lizard {
color: #9fd65c;
}
.dingy-sticky-note {
color: #e3f39b;
}
.cente-tl-yellow {
color: #f6e179;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--hubert-s-truck-green:#4d9c2b;
--lime-lizard:#9fd65c;
--dingy-sticky-note:#e3f39b;
--cente-tl-yellow:#f6e179;
--welcoming-wasp:#f0a800;
}