Color names in this palette
CSS code for this palette
/* CSS */
.hotter-butter {
color: #e68a00;
}
.tenn {
color: #d15700;
}
.roux {
color: #9e3f00;
}
.centipede-brown {
color: #6b2b00;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--hotter-butter:#e68a00;
--tenn:#d15700;
--roux:#9e3f00;
--centipede-brown:#6b2b00;
--fleur-de-sel-caramel:#d68b00;
}