Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.flame-orange {
color: #f78a1d;
}
.tangerine-bliss {
color: #d95d30;
}
.rock-spray {
color: #9f422d;
}
.worcestershire-sauce {
color: #5a2a26;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--flame-orange:#f78a1d;
--tangerine-bliss:#d95d30;
--rock-spray:#9f422d;
--worcestershire-sauce:#5a2a26;
}