Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a61c33;
}
.bacon-strips {
color: #e13e33;
}
.durotar-fire {
color: #f05a28;
}
.orange-popsicle {
color: #ff7d1a;
}
.cheese {
color: #ffa600;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a61c33;
--bacon-strips:#e13e33;
--durotar-fire:#f05a28;
--orange-popsicle:#ff7d1a;
--cheese:#ffa600;
}