Color names in this palette
CSS code for this palette
/* CSS */
.chinese-orange {
color: #f16f3b;
}
.troll-slayer-orange {
color: #f0a14c;
}
.funky-yellow {
color: #f1d06f;
}
.p-ra-rocha {
color: #a8d31d;
}
.hubert-s-truck-green {
color: #4e982a;
}
/* CSS Variables */
:root {
--chinese-orange:#f16f3b;
--troll-slayer-orange:#f0a14c;
--funky-yellow:#f1d06f;
--p-ra-rocha:#a8d31d;
--hubert-s-truck-green:#4e982a;
}