Color names in this palette
CSS code for this palette
/* CSS */
.beggar {
color: #5a4e3a;
}
.mocha-magic {
color: #897a6c;
}
.natural-chamois {
color: #baa98c;
}
.desert-suede {
color: #d7c7b2;
}
.pink-scallop {
color: #f1dfd5;
}
/* CSS Variables */
:root {
--beggar:#5a4e3a;
--mocha-magic:#897a6c;
--natural-chamois:#baa98c;
--desert-suede:#d7c7b2;
--pink-scallop:#f1dfd5;
}