Color names in this palette
CSS code for this palette
/* CSS */
.anzac {
color: #c78b3d;
}
.chocolate-covered {
color: #8d3b20;
}
.scrofulous-brown {
color: #d9a73a;
}
.song-of-summer {
color: #fce8b6;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--anzac:#c78b3d;
--chocolate-covered:#8d3b20;
--scrofulous-brown:#d9a73a;
--song-of-summer:#fce8b6;
--beef-hotpot:#a85f2e;
}