Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7d5c3b;
}
.drum-solo {
color: #a86d4d;
}
.wax-way {
color: #d6b36b;
}
.martica {
color: #f3e4b9;
}
.simmered-seaweed {
color: #4b3f30;
}
/* CSS Variables */
:root {
--japanese-iris:#7d5c3b;
--drum-solo:#a86d4d;
--wax-way:#d6b36b;
--martica:#f3e4b9;
--simmered-seaweed:#4b3f30;
}