Color names in this palette
CSS code for this palette
/* CSS */
.flax-beige {
color: #d5c3b3;
}
.summer-hill {
color: #c0a68c;
}
.windswept-leaves {
color: #b78e6c;
}
.cedar-plank-salmon {
color: #a86b4d;
}
.gingerbread {
color: #8b492d;
}
/* CSS Variables */
:root {
--flax-beige:#d5c3b3;
--summer-hill:#c0a68c;
--windswept-leaves:#b78e6c;
--cedar-plank-salmon:#a86b4d;
--gingerbread:#8b492d;
}