Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.hot-butter {
color: #e6a100;
}
.orange-pepper {
color: #d67d00;
}
.obscure-orange {
color: #b85300;
}
.rust-brown {
color: #8a2c00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--hot-butter:#e6a100;
--orange-pepper:#d67d00;
--obscure-orange:#b85300;
--rust-brown:#8a2c00;
}