Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.goldsmith {
color: #efb14d;
}
.blanka-green {
color: #a6d539;
}
.fiesta-blue {
color: #6cc1b3;
}
.rogue-pink {
color: #f4a4c1;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--goldsmith:#efb14d;
--blanka-green:#a6d539;
--fiesta-blue:#6cc1b3;
--rogue-pink:#f4a4c1;
}