Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.angel-food-cake {
color: #daa24e;
}
.spring-roll {
color: #c4a65f;
}
.thatched-cottage {
color: #d7c7a7;
}
.tannery-brown {
color: #5c4b3d;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--angel-food-cake:#daa24e;
--spring-roll:#c4a65f;
--thatched-cottage:#d7c7a7;
--tannery-brown:#5c4b3d;
}