Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.freesia {
color: #f5c02e;
}
.xanthous {
color: #f2b32c;
}
.obstinate-orange {
color: #d75928;
}
.sweet-brown {
color: #a9392d;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--freesia:#f5c02e;
--xanthous:#f2b32c;
--obstinate-orange:#d75928;
--sweet-brown:#a9392d;
}