Color names in this palette
CSS code for this palette
/* CSS */
.shale {
color: #4c3e40;
}
.irrigation {
color: #7a6c57;
}
.oatmeal-biscuit {
color: #b7a56c;
}
.sesame-seed {
color: #e1dab7;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--shale:#4c3e40;
--irrigation:#7a6c57;
--oatmeal-biscuit:#b7a56c;
--sesame-seed:#e1dab7;
--bleached-silk:#f2f2f2;
}