Color names in this palette
CSS code for this palette
/* CSS */
.neutral-valley {
color: #8d694e;
}
.trailblazer {
color: #bfaf8d;
}
.pistachio-shell {
color: #d0c5af;
}
.lake-bluff-putty {
color: #d9d2b5;
}
.thrush-egg {
color: #a6b9a6;
}
/* CSS Variables */
:root {
--neutral-valley:#8d694e;
--trailblazer:#bfaf8d;
--pistachio-shell:#d0c5af;
--lake-bluff-putty:#d9d2b5;
--thrush-egg:#a6b9a6;
}