Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.durotar-fire {
color: #f15a27;
}
.phellodendron-amurense {
color: #f5c13d;
}
.no-gmb-yellow {
color: #f7e688;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--durotar-fire:#f15a27;
--phellodendron-amurense:#f5c13d;
--no-gmb-yellow:#f7e688;
--dr-white:#fafafa;
}