Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d5ccae;
}
.oxford-tan {
color: #b8a89d;
}
.soft-impala {
color: #a28b7c;
}
.sweet-georgia-brown {
color: #8c6f5a;
}
.alpha-male {
color: #705b43;
}
/* CSS Variables */
:root {
--soft-suede:#d5ccae;
--oxford-tan:#b8a89d;
--soft-impala:#a28b7c;
--sweet-georgia-brown:#8c6f5a;
--alpha-male:#705b43;
}