Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.immaculate-iguana {
color: #a9c700;
}
.appetizing-asparagus {
color: #6bad00;
}
.prairie-green {
color: #4a9e00;
}
.mughal-green {
color: #3b8f00;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--immaculate-iguana:#a9c700;
--appetizing-asparagus:#6bad00;
--prairie-green:#4a9e00;
--mughal-green:#3b8f00;
}