Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.sun-orange {
color: #f47b1f;
}
.lemon-punch {
color: #fbcf23;
}
.android-green {
color: #a3c738;
}
.lush-grass {
color: #4a8c45;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--sun-orange:#f47b1f;
--lemon-punch:#fbcf23;
--android-green:#a3c738;
--lush-grass:#4a8c45;
}