Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d5c8b8;
}
.tapestry-beige {
color: #b8aa9d;
}
.apple-hill {
color: #a8a08f;
}
.pink-lady {
color: #f3d7b4;
}
.cashmere {
color: #d0b29a;
}
/* CSS Variables */
:root {
--sandshell:#d5c8b8;
--tapestry-beige:#b8aa9d;
--apple-hill:#a8a08f;
--pink-lady:#f3d7b4;
--cashmere:#d0b29a;
}