Color names in this palette
CSS code for this palette
/* CSS */
.bloody-rust {
color: #d72d3e;
}
.durotar-fire {
color: #f05a28;
}
.amber-yellow {
color: #f9b658;
}
.lime-lizard {
color: #a3d55d;
}
.enviable {
color: #4c9c3a;
}
/* CSS Variables */
:root {
--bloody-rust:#d72d3e;
--durotar-fire:#f05a28;
--amber-yellow:#f9b658;
--lime-lizard:#a3d55d;
--enviable:#4c9c3a;
}