Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.durotar-fire {
color: #f05a28;
}
.troll-slayer-orange {
color: #f3a14f;
}
.marigold-dust {
color: #f5ca3d;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--durotar-fire:#f05a28;
--troll-slayer-orange:#f3a14f;
--marigold-dust:#f5ca3d;
--durango-dust:#f9e19f;
}