Color names in this palette
CSS code for this palette
/* CSS */
.demitasse {
color: #4a3b30;
}
.salted-pretzel {
color: #816a56;
}
.flax-fibre-grey {
color: #b7a99a;
}
.brown-mouse {
color: #d9cbb4;
}
.early-sunset {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--demitasse:#4a3b30;
--salted-pretzel:#816a56;
--flax-fibre-grey:#b7a99a;
--brown-mouse:#d9cbb4;
--early-sunset:#f4e4d7;
}