Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-fossil {
color: #f6d79d;
}
.bergamot-orange {
color: #f49c5d;
}
.durotar-fire {
color: #f15a27;
}
.martian-ironcrust {
color: #b93c0e;
}
.monarch {
color: #6d2630;
}
/* CSS Variables */
:root {
--phoenix-fossil:#f6d79d;
--bergamot-orange:#f49c5d;
--durotar-fire:#f15a27;
--martian-ironcrust:#b93c0e;
--monarch:#6d2630;
}