Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7b5b3d;
}
.ginger-ale {
color: #c6a86c;
}
.birch-beige {
color: #d8c2a2;
}
.rice-bowl {
color: #f1e7d5;
}
.bundle-of-wheat {
color: #e3b482;
}
/* CSS Variables */
:root {
--japanese-iris:#7b5b3d;
--ginger-ale:#c6a86c;
--birch-beige:#d8c2a2;
--rice-bowl:#f1e7d5;
--bundle-of-wheat:#e3b482;
}