Color names in this palette
CSS code for this palette
/* CSS */
.dapper-dingo {
color: #e1c098;
}
.cracker-bitz {
color: #d1b289;
}
.gracious-glow {
color: #bfb078;
}
.oatmeal-biscuit {
color: #b7a56c;
}
.fall-harvest {
color: #a4895b;
}
/* CSS Variables */
:root {
--dapper-dingo:#e1c098;
--cracker-bitz:#d1b289;
--gracious-glow:#bfb078;
--oatmeal-biscuit:#b7a56c;
--fall-harvest:#a4895b;
}