Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.shocking-orange {
color: #ff6d1f;
}
.nanohanacha-gold {
color: #e6b22d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--shocking-orange:#ff6d1f;
--nanohanacha-gold:#e6b22d;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}