Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.durotar-fire {
color: #f05a28;
}
.creamy-sweet-corn {
color: #f8c149;
}
.blanka-green {
color: #a6d539;
}
.okra {
color: #3e8e2e;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--durotar-fire:#f05a28;
--creamy-sweet-corn:#f8c149;
--blanka-green:#a6d539;
--okra:#3e8e2e;
}