Color names in this palette
CSS code for this palette
/* CSS */
.fox {
color: #c94d31;
}
.mad-for-mango {
color: #f5a300;
}
.wake-me-up {
color: #f2d85a;
}
.immaculate-iguana {
color: #a7d100;
}
.mughal-green {
color: #4a8000;
}
/* CSS Variables */
:root {
--fox:#c94d31;
--mad-for-mango:#f5a300;
--wake-me-up:#f2d85a;
--immaculate-iguana:#a7d100;
--mughal-green:#4a8000;
}