Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.squash-blossom {
color: #f6b83c;
}
.spiced-up-orange {
color: #e77d32;
}
.festival-orange {
color: #e2603c;
}
.jasper {
color: #d6383b;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--squash-blossom:#f6b83c;
--spiced-up-orange:#e77d32;
--festival-orange:#e2603c;
--jasper:#d6383b;
}