Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.miami-marmalade {
color: #f68d1e;
}
.fireglow {
color: #d65e3d;
}
.autumn-red {
color: #a24020;
}
.hereford-cow-brown {
color: #6b2d24;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--miami-marmalade:#f68d1e;
--fireglow:#d65e3d;
--autumn-red:#a24020;
--hereford-cow-brown:#6b2d24;
}