Color names in this palette
CSS code for this palette
/* CSS */
.cyrus-grass {
color: #d1c6a8;
}
.city-loft {
color: #a79b8b;
}
.warrior {
color: #7b6b5b;
}
.witch-s-cottage {
color: #4c3f2a;
}
.bistre {
color: #3d291f;
}
/* CSS Variables */
:root {
--cyrus-grass:#d1c6a8;
--city-loft:#a79b8b;
--warrior:#7b6b5b;
--witch-s-cottage:#4c3f2a;
--bistre:#3d291f;
}