Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4fa93d;
}
.lime-lizard {
color: #a8d05d;
}
.lemon-pepper {
color: #e7eba8;
}
.light-ginger-yellow {
color: #f8d28b;
}
.goku-orange {
color: #f17b3b;
}
/* CSS Variables */
:root {
--oregano-green:#4fa93d;
--lime-lizard:#a8d05d;
--lemon-pepper:#e7eba8;
--light-ginger-yellow:#f8d28b;
--goku-orange:#f17b3b;
}