Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4fa93d;
}
.range-land {
color: #5bbf5a;
}
.cool-aloe {
color: #a9d9a1;
}
.lime-bright {
color: #f3e4af;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--oregano-green:#4fa93d;
--range-land:#5bbf5a;
--cool-aloe:#a9d9a1;
--lime-bright:#f3e4af;
--smashed-pumpkin:#ff6a3d;
}