Color names in this palette
CSS code for this palette
/* CSS */
.red-team-spirit {
color: #b63a3a;
}
.mod-orange {
color: #d95a3a;
}
.mad-for-mango {
color: #f5a300;
}
.maize {
color: #f4d04e;
}
.toxic-frog {
color: #a1f49f;
}
/* CSS Variables */
:root {
--red-team-spirit:#b63a3a;
--mod-orange:#d95a3a;
--mad-for-mango:#f5a300;
--maize:#f4d04e;
--toxic-frog:#a1f49f;
}