Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.falling-leaves {
color: #a45a3d;
}
.balcony-sunset {
color: #d8906f;
}
.warming-peach {
color: #e6b8a2;
}
.agrodolce {
color: #f1e2d5;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--falling-leaves:#a45a3d;
--balcony-sunset:#d8906f;
--warming-peach:#e6b8a2;
--agrodolce:#f1e2d5;
}