Color names in this palette
CSS code for this palette
/* CSS */
.tapestry-beige {
color: #b8aa9d;
}
.westar {
color: #d4cfc4;
}
.floating-feather {
color: #e9d7c3;
}
.posy {
color: #f4e1d2;
}
.tan-temptation {
color: #f0bf9e;
}
/* CSS Variables */
:root {
--tapestry-beige:#b8aa9d;
--westar:#d4cfc4;
--floating-feather:#e9d7c3;
--posy:#f4e1d2;
--tan-temptation:#f0bf9e;
}