Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.honey-wax {
color: #fdae26;
}
.extreme-carrot {
color: #f86f30;
}
.chilled-chilly {
color: #eb4637;
}
.jasper {
color: #d93a3d;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--honey-wax:#fdae26;
--extreme-carrot:#f86f30;
--chilled-chilly:#eb4637;
--jasper:#d93a3d;
}