Color names in this palette
CSS code for this palette
/* CSS */
.prehistoric-meteor {
color: #e72413;
}
.durotar-fire {
color: #f25d26;
}
.mad-for-mango {
color: #faa200;
}
.dull-yellow {
color: #f0d75c;
}
.lime-lizard {
color: #a8d85a;
}
/* CSS Variables */
:root {
--prehistoric-meteor:#e72413;
--durotar-fire:#f25d26;
--mad-for-mango:#faa200;
--dull-yellow:#f0d75c;
--lime-lizard:#a8d85a;
}