Color names in this palette
CSS code for this palette
/* CSS */
.balcony-sunset {
color: #d8906e;
}
.terracotta-chip {
color: #c77e5c;
}
.autumn-leaf {
color: #b86b4c;
}
.spiced-red {
color: #8b4e3c;
}
.tropical-wood-brown {
color: #5e3c2b;
}
/* CSS Variables */
:root {
--balcony-sunset:#d8906e;
--terracotta-chip:#c77e5c;
--autumn-leaf:#b86b4c;
--spiced-red:#8b4e3c;
--tropical-wood-brown:#5e3c2b;
}