Color names in this palette
CSS code for this palette
/* CSS */
.practical-beige {
color: #c8b09d;
}
.nevada-sand {
color: #e9d7b9;
}
.thatched-cottage {
color: #d6c8a8;
}
.esoteric {
color: #c4b5a6;
}
.remington-rust {
color: #a35e4d;
}
/* CSS Variables */
:root {
--practical-beige:#c8b09d;
--nevada-sand:#e9d7b9;
--thatched-cottage:#d6c8a8;
--esoteric:#c4b5a6;
--remington-rust:#a35e4d;
}