Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a2c8a7;
}
.sinbad {
color: #a7d7d4;
}
.soft-suede {
color: #d9cbaf;
}
.flax-fibre-grey {
color: #b7a99a;
}
.warrior {
color: #7b6a5b;
}
/* CSS Variables */
:root {
--french-market:#a2c8a7;
--sinbad:#a7d7d4;
--soft-suede:#d9cbaf;
--flax-fibre-grey:#b7a99a;
--warrior:#7b6a5b;
}