Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.lugganath-orange {
color: #f6a488;
}
.tuscan {
color: #f9d5a9;
}
.ibis {
color: #f3b4c0;
}
.celestial-coral {
color: #d93f51;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--lugganath-orange:#f6a488;
--tuscan:#f9d5a9;
--ibis:#f3b4c0;
--celestial-coral:#d93f51;
}