Color names in this palette
CSS code for this palette
/* CSS */
.bonsai-pot {
color: #b6af9a;
}
.french-market {
color: #a4c7a3;
}
.sealegs {
color: #6b8e8d;
}
.winter-shadow {
color: #4f6c78;
}
.soft-salmon {
color: #e7a8a2;
}
/* CSS Variables */
:root {
--bonsai-pot:#b6af9a;
--french-market:#a4c7a3;
--sealegs:#6b8e8d;
--winter-shadow:#4f6c78;
--soft-salmon:#e7a8a2;
}