Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.durotar-fire {
color: #f15a27;
}
.squash-blossom {
color: #f9b134;
}
.highlighter-yellow {
color: #f4e53e;
}
.oregano-green {
color: #509d3f;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--durotar-fire:#f15a27;
--squash-blossom:#f9b134;
--highlighter-yellow:#f4e53e;
--oregano-green:#509d3f;
}