Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.wiener-schnitzel {
color: #f09c00;
}
.poppy-flower {
color: #f05c00;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--wiener-schnitzel:#f09c00;
--poppy-flower:#f05c00;
}