Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7b5b3d;
}
.cedar-plank-salmon {
color: #a86a4d;
}
.amber-autumn {
color: #c79b6b;
}
.slender-reed {
color: #e0c19e;
}
.pitch-mary-brown {
color: #5e4031;
}
/* CSS Variables */
:root {
--japanese-iris:#7b5b3d;
--cedar-plank-salmon:#a86a4d;
--amber-autumn:#c79b6b;
--slender-reed:#e0c19e;
--pitch-mary-brown:#5e4031;
}