Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.lemon-dream {
color: #f0a000;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.sludge {
color: #c76a00;
}
.espresso-martini {
color: #8f3c00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--lemon-dream:#f0a000;
--fleur-de-sel-caramel:#d68b00;
--sludge:#c76a00;
--espresso-martini:#8f3c00;
}