Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4fa93d;
}
.be-spontaneous {
color: #a4c95e;
}
.sassy-lime {
color: #e0e98b;
}
.sunshine-mellow {
color: #f5c60a;
}
.chi-gong {
color: #d62e2e;
}
/* CSS Variables */
:root {
--oregano-green:#4fa93d;
--be-spontaneous:#a4c95e;
--sassy-lime:#e0e98b;
--sunshine-mellow:#f5c60a;
--chi-gong:#d62e2e;
}