Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.blue-angels-yellow {
color: #fab700;
}
.friendly-yellow {
color: #f6e0b1;
}
.rosewood-apricot {
color: #d6a09f;
}
.harissa-red {
color: #a72a2a;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--blue-angels-yellow:#fab700;
--friendly-yellow:#f6e0b1;
--rosewood-apricot:#d6a09f;
--harissa-red:#a72a2a;
}