Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.banana-drama {
color: #f0d24c;
}
.brass-balls {
color: #e7b840;
}
.westfall-yellow {
color: #f9d64e;
}
.floral-leaf {
color: #fcba4f;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--banana-drama:#f0d24c;
--brass-balls:#e7b840;
--westfall-yellow:#f9d64e;
--floral-leaf:#fcba4f;
}