Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.squash-blossom {
color: #f6b83c;
}
.highlighter-orange {
color: #f1963b;
}
.obstinate-orange {
color: #d75928;
}
.rose-of-sharon {
color: #aa4e2c;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--squash-blossom:#f6b83c;
--highlighter-orange:#f1963b;
--obstinate-orange:#d75928;
--rose-of-sharon:#aa4e2c;
}