Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.durotar-fire {
color: #f15a27;
}
.t-morokoshi-corn {
color: #f8a83f;
}
.wake-me-up {
color: #f2d65a;
}
.tasman-honey-yellow {
color: #e6c85c;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--durotar-fire:#f15a27;
--t-morokoshi-corn:#f8a83f;
--wake-me-up:#f2d65a;
--tasman-honey-yellow:#e6c85c;
}