Color names in this palette
CSS code for this palette
/* CSS */
.desert-suede {
color: #d5c7b3;
}
.best-beige {
color: #c5b59b;
}
.mohalla {
color: #a99a7e;
}
.french-bistre {
color: #826b4a;
}
.t-h-i-black {
color: #5b4b33;
}
/* CSS Variables */
:root {
--desert-suede:#d5c7b3;
--best-beige:#c5b59b;
--mohalla:#a99a7e;
--french-bistre:#826b4a;
--t-h-i-black:#5b4b33;
}