Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7d5c3b;
}
.star-anise-scent {
color: #a87d4d;
}
.ginger-ale {
color: #c9a86e;
}
.tostada {
color: #e2c09c;
}
.row-house-tan {
color: #d1b99e;
}
/* CSS Variables */
:root {
--japanese-iris:#7d5c3b;
--star-anise-scent:#a87d4d;
--ginger-ale:#c9a86e;
--tostada:#e2c09c;
--row-house-tan:#d1b99e;
}