Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f5b85c;
}
.highlighter-orange {
color: #f39339;
}
.camellia {
color: #f86859;
}
.durotar-fire {
color: #f15a27;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--crunch:#f5b85c;
--highlighter-orange:#f39339;
--camellia:#f86859;
--durotar-fire:#f15a27;
--orangeade:#e04f38;
}