Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #dba400;
}
.syndicalist {
color: #f5c400;
}
.banana-br-l-e {
color: #f9eab9;
}
.mustard-yellow {
color: #e0b000;
}
.orange-danger {
color: #db6e00;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#dba400;
--syndicalist:#f5c400;
--banana-br-l-e:#f9eab9;
--mustard-yellow:#e0b000;
--orange-danger:#db6e00;
}