Color names in this palette
CSS code for this palette
/* CSS */
.golden-oat-coloured {
color: #eac090;
}
.sweet-honey {
color: #d6a557;
}
.brown-rust {
color: #af5a3c;
}
.wilted-brown {
color: #a94b3d;
}
.marron {
color: #6b4c4d;
}
/* CSS Variables */
:root {
--golden-oat-coloured:#eac090;
--sweet-honey:#d6a557;
--brown-rust:#af5a3c;
--wilted-brown:#a94b3d;
--marron:#6b4c4d;
}