Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.raichu-orange {
color: #f8a63a;
}
.corn {
color: #f9e75d;
}
.young-green-onion {
color: #a4da4e;
}
.iridescent-green {
color: #4abf6b;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--raichu-orange:#f8a63a;
--corn:#f9e75d;
--young-green-onion:#a4da4e;
--iridescent-green:#4abf6b;
}