Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c02a2f;
}
.durotar-fire {
color: #f05a28;
}
.carona {
color: #faa629;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.sweetheart {
color: #f3c3d7;
}
/* CSS Variables */
:root {
--knockout:#c02a2f;
--durotar-fire:#f05a28;
--carona:#faa629;
--lemon-ice-yellow:#f6e1a7;
--sweetheart:#f3c3d7;
}