Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a45a3d;
}
.silken-chocolate {
color: #b27d5c;
}
.beech-nut {
color: #d9b29b;
}
.almond-biscuit {
color: #e8caab;
}
.early-sunset {
color: #f3e5d8;
}
/* CSS Variables */
:root {
--falling-leaves:#a45a3d;
--silken-chocolate:#b27d5c;
--beech-nut:#d9b29b;
--almond-biscuit:#e8caab;
--early-sunset:#f3e5d8;
}