Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4da13a;
}
.pistachio-dream {
color: #a4d38d;
}
.buttery-croissant {
color: #f7e29c;
}
.crunch {
color: #f2b95f;
}
.mandarin-red {
color: #ea4f3e;
}
/* CSS Variables */
:root {
--oregano-green:#4da13a;
--pistachio-dream:#a4d38d;
--buttery-croissant:#f7e29c;
--crunch:#f2b95f;
--mandarin-red:#ea4f3e;
}