Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.shocking-orange {
color: #ff6d1f;
}
.vitamin-c {
color: #ff9900;
}
.ultimate-orange {
color: #ff4000;
}
.future-fuchsia {
color: #ff1f3d;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--shocking-orange:#ff6d1f;
--vitamin-c:#ff9900;
--ultimate-orange:#ff4000;
--future-fuchsia:#ff1f3d;
}