Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4fa93d;
}
.lime-lizard {
color: #a5d55d;
}
.yellow-petal {
color: #f0e34c;
}
.yellow-sea {
color: #f7a23b;
}
.sour-cherry {
color: #e24a3c;
}
/* CSS Variables */
:root {
--oregano-green:#4fa93d;
--lime-lizard:#a5d55d;
--yellow-petal:#f0e34c;
--yellow-sea:#f7a23b;
--sour-cherry:#e24a3c;
}