Color names in this palette
CSS code for this palette
/* CSS */
.barley {
color: #d5b47b;
}
.cat-s-eye-marble {
color: #d9a85e;
}
.scrofulous-brown {
color: #d6a33d;
}
.cinnamon-rufous {
color: #c55c2b;
}
.brown-rust {
color: #af5a3c;
}
/* CSS Variables */
:root {
--barley:#d5b47b;
--cat-s-eye-marble:#d9a85e;
--scrofulous-brown:#d6a33d;
--cinnamon-rufous:#c55c2b;
--brown-rust:#af5a3c;
}