Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7b5b3d;
}
.new-cork {
color: #b89c6b;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.field-poppy {
color: #d86d3b;
}
.wilted-brown {
color: #a84e3e;
}
/* CSS Variables */
:root {
--japanese-iris:#7b5b3d;
--new-cork:#b89c6b;
--cat-s-eye-marble:#d6a75c;
--field-poppy:#d86d3b;
--wilted-brown:#a84e3e;
}