Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.safflower {
color: #fdad44;
}
.durotar-fire {
color: #f15a27;
}
.carmine {
color: #d60032;
}
.minted-blueberry-lemonade {
color: #b31e55;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--safflower:#fdad44;
--durotar-fire:#f15a27;
--carmine:#d60032;
--minted-blueberry-lemonade:#b31e55;
}