Color names in this palette
CSS code for this palette
/* CSS */
.lucky-lime {
color: #98cd2d;
}
.garish-green {
color: #4fbf8d;
}
.bejewelled {
color: #2a9d6d;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--lucky-lime:#98cd2d;
--garish-green:#4fbf8d;
--bejewelled:#2a9d6d;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}