Color names in this palette
CSS code for this palette
/* CSS */
.practical-beige {
color: #c8b09d;
}
.brown-bread {
color: #d5c8aa;
}
.garden-lattice {
color: #e0d4b3;
}
.bone-white {
color: #f2e2b0;
}
.tuscan {
color: #f9d4a9;
}
/* CSS Variables */
:root {
--practical-beige:#c8b09d;
--brown-bread:#d5c8aa;
--garden-lattice:#e0d4b3;
--bone-white:#f2e2b0;
--tuscan:#f9d4a9;
}