Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3c8b6b;
}
.emerald-cory {
color: #5abf6e;
}
.mint-circle {
color: #a7d3a6;
}
.butter-cookie {
color: #f0e3b2;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--illuminati-green:#3c8b6b;
--emerald-cory:#5abf6e;
--mint-circle:#a7d3a6;
--butter-cookie:#f0e3b2;
--durotar-fire:#f05a28;
}