Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f1b83b;
}
.durotar-fire {
color: #f15a27;
}
.valentine-red {
color: #9a1d3d;
}
.amaranth-purple {
color: #6b3f8d;
}
.blues {
color: #2c699b;
}
/* CSS Variables */
:root {
--dairy-made:#f1b83b;
--durotar-fire:#f15a27;
--valentine-red:#9a1d3d;
--amaranth-purple:#6b3f8d;
--blues:#2c699b;
}