Color names in this palette
CSS code for this palette
/* CSS */
.lime-zest {
color: #ddff00;
}
.garlic-pesto {
color: #c0d100;
}
.dark-citron {
color: #a5b800;
}
.support-green {
color: #7e9e00;
}
.over-the-hills {
color: #4b6b00;
}
/* CSS Variables */
:root {
--lime-zest:#ddff00;
--garlic-pesto:#c0d100;
--dark-citron:#a5b800;
--support-green:#7e9e00;
--over-the-hills:#4b6b00;
}