Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.durotar-fire {
color: #f05a28;
}
.xanthous {
color: #f0b128;
}
.hu-ng-j-n-zh-u-gold {
color: #f6da6a;
}
.hip-hop {
color: #e2e7a2;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--durotar-fire:#f05a28;
--xanthous:#f0b128;
--hu-ng-j-n-zh-u-gold:#f6da6a;
--hip-hop:#e2e7a2;
}