Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.crema {
color: #c76000;
}
.tijolo {
color: #a84f00;
}
.espresso-martini {
color: #8a3e00;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--fleur-de-sel-caramel:#d68b00;
--crema:#c76000;
--tijolo:#a84f00;
--espresso-martini:#8a3e00;
}