Color names in this palette
CSS code for this palette
/* CSS */
.barely-butter {
color: #f6e7c1;
}
.syndicalist {
color: #f5c400;
}
.chrome-yellow {
color: #faa700;
}
.accent-orange {
color: #e66b00;
}
.deep-orange {
color: #db4d00;
}
/* CSS Variables */
:root {
--barely-butter:#f6e7c1;
--syndicalist:#f5c400;
--chrome-yellow:#faa700;
--accent-orange:#e66b00;
--deep-orange:#db4d00;
}