Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.gingerbread {
color: #8e4e2e;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--gingerbread:#8e4e2e;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--ufo-green:#2ecc70;
}