Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8cb4f;
}
.troll-slayer-orange {
color: #f6a14c;
}
.goku-orange {
color: #f5813d;
}
.entan-red {
color: #ef6b4d;
}
.mandarin-red {
color: #e24f3c;
}
/* CSS Variables */
:root {
--go-bananas:#f8cb4f;
--troll-slayer-orange:#f6a14c;
--goku-orange:#f5813d;
--entan-red:#ef6b4d;
--mandarin-red:#e24f3c;
}