Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4a9e3d;
}
.burst-of-lime {
color: #a7d83b;
}
.vanilla-pudding {
color: #f2e069;
}
.samoan-sun {
color: #f9b848;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--oregano-green:#4a9e3d;
--burst-of-lime:#a7d83b;
--vanilla-pudding:#f2e069;
--samoan-sun:#f9b848;
--mandarin-red:#e74d3c;
}