Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #fad000;
}
.citrus-punch {
color: #ffeb85;
}
.dithered-sky {
color: #b8e1ff;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--mad-for-mango:#f5a300;
--empire-yellow:#fad000;
--citrus-punch:#ffeb85;
--dithered-sky:#b8e1ff;
}