Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.fall-gold {
color: #fabd38;
}
.ginger-milk {
color: #f7a050;
}
.hot-orange {
color: #f68d3c;
}
.raw-sunset {
color: #f65b28;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--fall-gold:#fabd38;
--ginger-milk:#f7a050;
--hot-orange:#f68d3c;
--raw-sunset:#f65b28;
}