Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4fa93d;
}
.lime-lizard {
color: #a4d95e;
}
.sugar-cookie {
color: #f1e1a2;
}
.peach-butter {
color: #fbaf3c;
}
.mod-orange {
color: #d3573c;
}
/* CSS Variables */
:root {
--oregano-green:#4fa93d;
--lime-lizard:#a4d95e;
--sugar-cookie:#f1e1a2;
--peach-butter:#fbaf3c;
--mod-orange:#d3573c;
}