Color names in this palette
CSS code for this palette
/* CSS */
.bloodsport {
color: #b0303f;
}
.durotar-fire {
color: #f05a28;
}
.sunset-yellow {
color: #ff8b3d;
}
.hint-of-honey {
color: #ffd86b;
}
.casino-lights {
color: #f7f2b6;
}
/* CSS Variables */
:root {
--bloodsport:#b0303f;
--durotar-fire:#f05a28;
--sunset-yellow:#ff8b3d;
--hint-of-honey:#ffd86b;
--casino-lights:#f7f2b6;
}