Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f15a27;
}
.spectra-yellow {
color: #f9a60b;
}
.neon-light {
color: #fede5d;
}
.lime-lizard {
color: #a3d55d;
}
.sea {
color: #3c9a8c;
}
/* CSS Variables */
:root {
--durotar-fire:#f15a27;
--spectra-yellow:#f9a60b;
--neon-light:#fede5d;
--lime-lizard:#a3d55d;
--sea:#3c9a8c;
}